Fix carts.able formatting

pull/1/head
Alex Bethel 2021-12-14 15:57:04 -06:00
parent 7655090c06
commit 2ec6e52d10
1 changed files with 2 additions and 2 deletions

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