forked from AbleScript/ablescript
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
var hi = "wonk";
|
|
melo hi;
|
|
hi print; #Should error out
|