Fix carts.able formatting

This commit is contained in:
Alex Bethel 2021-12-14 15:57:04 -06:00
parent f890d6248b
commit b93333262c

View file

@ -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"];