forked from AbleScript/ablescript
Fix carts.able formatting
This commit is contained in:
parent
f890d6248b
commit
b93333262c
|
@ -1,5 +1,5 @@
|
|||
functio helloable() {
|
||||
"Hello, Able!" print;
|
||||
"Hello, Able!" print;
|
||||
}
|
||||
|
||||
var cart = ["able" <= 42, helloable <= "hello"];
|
||||
|
|
Loading…
Reference in a new issue