aboutsummaryrefslogtreecommitdiffstats
path: root/test3
diff options
context:
space:
mode:
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
}