From 4c059a7f9b2aa87fa96251e5fb0c647eed13b2dd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 16 Jan 2018 01:44:50 -0800 Subject: Removed unnecessary semicolons that broke luajit. --- lib/math.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/math.nom') diff --git a/lib/math.nom b/lib/math.nom index 9e9af98..4e78b7e 100644 --- a/lib/math.nom +++ b/lib/math.nom @@ -69,7 +69,7 @@ compile [max of %items by %value_expr] to: ".." action [seed random with %]: lua> ".." math.randomseed(\%); - for i=1,20 do; math.random(); end; + for i=1,20 do math.random(); end parse [seed random] as: seed random with (=lua "os.time()") compile [random number, random, rand] to: "math.random()" compile [random int %n, random integer %n, randint %n] to: "math.random(\(%n as lua))" -- cgit v1.2.3