diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-08 12:17:12 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-08 12:17:12 -0500 |
commit | 28447df15ac80d7dad1f4889d3d61fe7bfe42a12 (patch) | |
tree | dcc38b9a21e9771af0ce3d243660a59bd4992c52 /script | |
parent | 40e157ffa2ae741088d2fbea22c9042b85daf108 (diff) |
implicit multiply, negatives, solve
Diffstat (limited to 'script')
-rw-r--r-- | script | 20 |
1 files changed, 6 insertions, 14 deletions
@@ -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" |