ablescript/able-script-test/hello-world.able
Alex Bethel d59b75fdb3 Add pass-by-reference test (doesn't work yet)
Also rename the "hello_world.able" test to "hello-world.able" for
consistency.
2021-06-15 09:51:00 -05:00

3 lines
34 B
Plaintext

var hello = "world";
hello print;