Hey, I'm having trouble with Public and Private.
Here is my type basically:
-Type Simulation
- Public
- Global current:simulation
- Private
- Field projectiles:tlist
- Public
- Method run()
- Private
- Method mainLoop()
-End Type
I get Syntax error in user defined type definition on the first Public, also I get that error when i try starting the line with public.
Here is my type basically:
-Type Simulation
- Public
- Global current:simulation
- Private
- Field projectiles:tlist
- Public
- Method run()
- Private
- Method mainLoop()
-End Type
I get Syntax error in user defined type definition on the first Public, also I get that error when i try starting the line with public.