forked from AbleScript/ablescript
Adding a melo example
This commit is contained in:
parent
e9aea03b29
commit
ceaed053b4
3
able-script-test/melo-hello.able
Normal file
3
able-script-test/melo-hello.able
Normal file
|
@ -0,0 +1,3 @@
|
|||
var hi = "wonk";
|
||||
melo hi;
|
||||
hi print; #Should error out
|
Loading…
Reference in a new issue