aboutsummaryrefslogtreecommitdiffstats
path: root/test3
diff options
context:
space:
mode:
Diffstat (limited to 'test3')
-rw-r--r--test34
1 files changed, 2 insertions, 2 deletions
diff --git a/test3 b/test3
index 3c727fa..6bf6064 100644
--- a/test3
+++ b/test3
@@ -11,11 +11,11 @@ func(checka) {
}
}
-checka
+checka()
print("Increment a...")
a = a + 1
-checka
+checka()
d = 0
while (d < 20) {