aboutsummaryrefslogtreecommitdiffstats
path: root/test3
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2018-04-02 12:29:05 -0400
committerClyne Sullivan <clyne@bitgloo.com>2018-04-02 12:29:05 -0400
commit31458dd042da2a3ce732546cd94318457b4f5bcf (patch)
tree5e6cf8a524b84bd414f0d2760b9ee8bedc92cdec /test3
parent8a25cb84e7c51749dd6d43d58e4952ef311eed45 (diff)
change load/run style, hunt for memory leaks
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) {