mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-02 22:00:17 +00:00
Updated examples and README to use proper syntax
This commit is contained in:
@@ -11,5 +11,5 @@ end
|
||||
// stressing the GC
|
||||
for (var i = 0; ; i++) do
|
||||
var x = Test("Hello world " .. i)
|
||||
x.print()
|
||||
x:print()
|
||||
end
|
||||
Reference in New Issue
Block a user