From 7f64da46ffe3b2e2a2b46a3dd2effc4f4f7d45da Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 13 Apr 2018 08:43:47 -0400 Subject: arrays, implicit multiply --- test9 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test9 (limited to 'test9') diff --git a/test9 b/test9 new file mode 100644 index 0000000..3cfcd55 --- /dev/null +++ b/test9 @@ -0,0 +1,7 @@ +x = 9 +print(3x) +print(2x + 5) +print(x - 9x) +print(5 + (3x)) +print((x - 4 * 5)2) + -- cgit v1.2.3