9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
functio helloable() {
|
||
"´/*Hello, Able!*/ print;
|
||
}
|
||
|
||
var cart = [/*able*/ <= 42, helloable <= /*hello*/];
|
||
|
||
cart[42] print;
|
||
cart[/*hello*/]();
|