BlitzMax Docs -> 2D - Category -> Basic -> Private
Private
Returns:
Nothing.Description:
Private makes a Constant, Global variable or Function only accessible from within the current source fileExample:
Rem Private makes a variable, function or method only accessible from within the current source file. End Rem Public Global Score,Lives,Health Private Global posx,posy,posz
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




