From d90a58eea6e5753d0264f26f6180b40b697f6e11 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 22 Mar 2018 20:08:56 -0400 Subject: testing new features, imp. mult & negatives --- test4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test4') 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) -- cgit v1.2.3