4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
// Very simple field access test
|
|
local str
|
|
str = "Hello World"
|
|
print(str) |