interpreter/test4

14 lines
144 B
Plaintext
Raw Normal View History

2018-03-21 12:29:09 -04:00
# test4
# find memory leaks
2018-03-23 07:20:18 -04:00
#x = 4
#y = solve("x-2")
#print(y)
#print("")
2018-03-23 07:20:18 -04:00
#y = solve("3*x")
#print(y)
y = solve("-")
#y = solve("x*x*x*x*x")