!747 m { static S cmd = "show(\"hello\");"; p { interpret(cmd); } static void show(S s) { print(s); } }