aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script20
1 files changed, 6 insertions, 14 deletions
diff --git a/script b/script
index c3837a3..35497fe 100644
--- a/script
+++ b/script
@@ -1,15 +1,7 @@
-set a "Het\n"
-set b a
-print b
+set x 42
+set eq ".a/a"
-#set a 0
-#do
-# print "> "
-# gets text
-# set input "("
-# concat input text
-# concat input ")"
-# expr input a
-# print a
-# print "\n"
-#while (1)
+solve eq > ans
+
+print ans
+print "\n"