Fix carts.able formatting
This commit is contained in:
parent
57939a87b0
commit
cf289a82d7
|
@ -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