!7 //import static x30_pkg.x30_util.print_append; import x30_pkg.x30_util; static void print_append(StringBuffer buf, String s, int max) { x30_util.print_append(buf, s, max); } p { print("Hello world!"); }