Merge branch 'feature/coercions' of https://git.ablecorp.us/AbleScript/able-script into feature/coercions
This commit is contained in:
commit
8302324d0f
|
@ -1,5 +1,5 @@
|
||||||
functio helloable() {
|
functio helloable() {
|
||||||
"Hello, Able!" print;
|
"Hello, Able!" print;
|
||||||
}
|
}
|
||||||
|
|
||||||
var cart = ["able" <= 42, helloable <= "hello"];
|
var cart = ["able" <= 42, helloable <= "hello"];
|
||||||
|
|
Loading…
Reference in a new issue