void local fn MyFunction( arg1 as long, arg2 as long, arg3 as long ) print @"MyFunction" end fn fn MyFunction( 1, 2, 3 ) HandleEvents