forked from AbleScript/ablescript
Alex Bethel
817ca7cf9a
Also rename the "hello_world.able" test to "hello-world.able" for consistency.
3 lines
34 B
Plaintext
3 lines
34 B
Plaintext
var hello = "world";
|
|
hello print;
|