function wusi() { print 6; print 7; } function test() { print 4; print 5; wusi(); } test(); test();