functio helloable() { /*Hello, Able!*/ print; } dim cart [/*able*/ <= 42, helloable <= /*hello*/]; cart[42] print; cart[/*hello*/]();