Updated examples and README to use proper syntax

This commit is contained in:
2021-01-12 17:49:16 -06:00
parent ab86e19cfe
commit 32162ce50c
4 changed files with 15 additions and 14 deletions

View File

@@ -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