@{ test(foo) { foo * 2; } // print("after test decl\n"); // a = [1, 2, 3]; // print(a[3]); // print("\n"); } @{print(map(test, [1, 2, 3]));} // @{print(test(1));}