From dab3b1d51ea9f7f314a37aecb643dc4b7e52fe98 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 24 Apr 2018 14:13:29 -0400 Subject: tests to folder --- tests/test2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/test2 (limited to 'tests/test2') diff --git a/tests/test2 b/tests/test2 new file mode 100644 index 0000000..3a03b15 --- /dev/null +++ b/tests/test2 @@ -0,0 +1,17 @@ +# test2 +# variable and function tests +# show variable recognition and proper c-function handling + +print(a * 1) +print(3 + b) + +print(a = 5) +print(a * 1) + +print(c = 4) +print(a / c) + +print(b = 2) +print(d = 8) + +print(d + (e = 4)) -- cgit v1.2.3