aboutsummaryrefslogtreecommitdiffstats
path: root/test3
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-03-22 20:08:56 -0400
committerClyne Sullivan <tullivan99@gmail.com>2018-03-22 20:08:56 -0400
commitd90a58eea6e5753d0264f26f6180b40b697f6e11 (patch)
tree3c2157aa8ebb0b579b87cb05f118ab632f022ea2 /test3
parent3fc57ae22f49e0746467358078632864a905a92f (diff)
testing new features, imp. mult & negatives
Diffstat (limited to 'test3')
-rw-r--r--test32
1 files changed, 1 insertions, 1 deletions
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
}