Fix carts.able formatting

This commit is contained in:
Alex Bethel 2021-12-14 15:57:04 -06:00
parent 57939a87b0
commit cf289a82d7

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"]();