From 31458dd042da2a3ce732546cd94318457b4f5bcf Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 2 Apr 2018 12:29:05 -0400 Subject: change load/run style, hunt for memory leaks --- test3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test3') 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) { -- cgit v1.2.3