diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-22 20:08:56 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-22 20:08:56 -0400 |
commit | d90a58eea6e5753d0264f26f6180b40b697f6e11 (patch) | |
tree | 3c2157aa8ebb0b579b87cb05f118ab632f022ea2 /test3 | |
parent | 3fc57ae22f49e0746467358078632864a905a92f (diff) |
testing new features, imp. mult & negatives
Diffstat (limited to 'test3')
-rw-r--r-- | test3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ a = a + 1 checka d = 0 -while (d < 10) { +while (d < 20) { print(d) d = d + 1 } |