diff --git a/able-script-test/melo-hello.able b/able-script-test/melo-hello.able new file mode 100644 index 0000000..4970c9e --- /dev/null +++ b/able-script-test/melo-hello.able @@ -0,0 +1,3 @@ +var hi = "wonk"; +melo hi; +hi print; #Should error out