From b2849b734f1feeb7ada96b7cdae11d6bf168ed08 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 23 Mar 2018 07:20:18 -0400 Subject: more error detection --- test4 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'test4') diff --git a/test4 b/test4 index 98731da..b44dae1 100644 --- a/test4 +++ b/test4 @@ -1,10 +1,13 @@ # test4 # find memory leaks -x = 4 -y = solve("x-2") -print(y) -print("") +#x = 4 +#y = solve("x-2") +#print(y) +#print("") -y = solve("3*x") -print(y) +#y = solve("3*x") +#print(y) + +y = solve("-") +#y = solve("x*x*x*x*x") -- cgit v1.2.3