From 140a0bbecc144e554c1954f594a9f0d0b2276e9c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 21 Mar 2018 12:29:09 -0400 Subject: interpreter overhaul, should be better --- test4 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test4 (limited to 'test4') diff --git a/test4 b/test4 new file mode 100644 index 0000000..af8595e --- /dev/null +++ b/test4 @@ -0,0 +1,6 @@ +# test4 +# find memory leaks + +x = 4 +y = solve("x-2") +print(y) -- cgit v1.2.3