Example :
Code: Select all
SmallStruct\SayHello("Hello")
Code: Select all
SmallStruct\SayHello("Hello")
Code: Select all
2DEngine\Intit2DFunctions()
2DEngine\DrawAllSprites()
Code: Select all
Structure foo
my_proc.l
EndStructure
Procedure bleh()
Debug "hell, world"
EndProcedure
DefType.foo bar
bar\my_proc = @bleh()
CallFunctionFast(bar\my_proc)