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 --- test3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test3') diff --git a/test3 b/test3 index 940ed6f..3c727fa 100644 --- a/test3 +++ b/test3 @@ -18,7 +18,7 @@ a = a + 1 checka d = 0 -while (d < 10) { +while (d < 20) { print(d) d = d + 1 } -- cgit v1.2.3