mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-07 19:20:05 +00:00
minor refactoring, added inc and dec operators
This commit is contained in:
@@ -8,8 +8,8 @@ class Test
|
||||
end
|
||||
end
|
||||
|
||||
-- stressing the GC
|
||||
for (var i = 0; ; i=i+1) do
|
||||
// stressing the GC
|
||||
for (var i = 0; ; i++) do
|
||||
var x = Test("Hello world " .. i)
|
||||
x.print()
|
||||
end
|
||||
Reference in New Issue
Block a user