forked from AbleScript/ablescript
Merge branch 'feature/coercions' of https://git.ablecorp.us/AbleScript/able-script into feature/coercions
This commit is contained in:
commit
6149dfddb6
|
@ -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"]();
|
||||
|
|
Loading…
Reference in a new issue