function test(x) { return "OK"; } function box() { return test(23); }