From ceaed053b4b58b3afd13d34e0cd7cc18cf97dd5b Mon Sep 17 00:00:00 2001 From: able Date: Mon, 12 Apr 2021 22:19:44 -0500 Subject: [PATCH] Adding a melo example --- able-script-test/melo-hello.able | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 able-script-test/melo-hello.able 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