Merge branch 'feature/coercions' of https://git.ablecorp.us/AbleScript/able-script into feature/coercions

This commit is contained in:
Erin 2021-12-14 23:02:57 +01:00 committed by ondra05
commit 8302324d0f

View file

@ -1,8 +1,8 @@
functio helloable() {
"Hello, Able!" print;
"Hello, Able!" print;
}
var cart = ["able" <= 42, helloable <= "hello"];
cart[42] print;
cart["hello"]();
cart["hello"]();