diff options
Diffstat (limited to 'starts/meaning-vm/level1.cpp')
-rw-r--r-- | starts/meaning-vm/level1.cpp | 4 |
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) { |