aboutsummaryrefslogtreecommitdiffstats
path: root/test4
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-03-22 20:08:56 -0400
committerClyne Sullivan <tullivan99@gmail.com>2018-03-22 20:08:56 -0400
commitd90a58eea6e5753d0264f26f6180b40b697f6e11 (patch)
tree3c2157aa8ebb0b579b87cb05f118ab632f022ea2 /test4
parent3fc57ae22f49e0746467358078632864a905a92f (diff)
testing new features, imp. mult & negatives
Diffstat (limited to 'test4')
-rw-r--r--test44
1 files changed, 4 insertions, 0 deletions
diff --git a/test4 b/test4
index af8595e..98731da 100644
--- a/test4
+++ b/test4
@@ -4,3 +4,7 @@
x = 4
y = solve("x-2")
print(y)
+print("")
+
+y = solve("3*x")
+print(y)