able-script/able-script-test/hello-world.able
Alex Bethel 817ca7cf9a 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;