Files
hakorune/simple_mir_test.nyash

4 lines
73 B
Plaintext

// Very simple field access test
local str
str = "Hello World"
print(str)