8 lines
138 B
Text
8 lines
138 B
Text
|
|
void local fn MyFunction( arg1 as long, arg2 as long, arg3 as long )
|
||
|
|
print @"MyFunction"
|
||
|
|
end fn
|
||
|
|
|
||
|
|
fn MyFunction( 1, 2, 3 )
|
||
|
|
|
||
|
|
HandleEvents
|