summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level1.cpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-31 11:27:44 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-31 11:27:44 -0800
commit5414c74f7c85c90fcbd7efc385248e873d7753dc (patch)
treeb763f9654822bedebb1657ca3ad142693a41b932 /starts/meaning-vm/level1.cpp
parenta131c1f038a855a5102df11d3dab21e535071b19 (diff)
downloadstandingwithresilience-5414c74f7c85c90fcbd7efc385248e873d7753dc.tar.gz
standingwithresilience-5414c74f7c85c90fcbd7efc385248e873d7753dc.zip
working on runtime errors
Diffstat (limited to 'starts/meaning-vm/level1.cpp')
-rw-r--r--starts/meaning-vm/level1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/starts/meaning-vm/level1.cpp b/starts/meaning-vm/level1.cpp
index 628fc1e..a2046d2 100644
--- a/starts/meaning-vm/level1.cpp
+++ b/starts/meaning-vm/level1.cpp
@@ -53,7 +53,7 @@ int main()
}
);
- std::cout << (make-linked).dump("dumped", true) << std::endl;
+ std::cout << (make-linked).dump("dumped") << std::endl;
decls(apple, fruit);
(make-linked)[act]
@@ -64,7 +64,7 @@ int main()
C, fruit
));
- std::cout << apple.dump("dumped", true) << std::endl;
+ std::cout << apple.dump("dumped") << std::endl;
std::cout << intellect::level0::allocated() << " allocated" << std::endl;
while (true) {