a colon : ? I don't get it. How is it used?
:?
Blitz3D Forums/Blitz3D Beginners Area/:? A colon is simply used to allow multiple commands to be placed on a single line. They do not execute any differently - ie they still execute one after the other.
I cannot tell you whether it is good or bad practice to use them.
I cannot tell you whether it is good or bad practice to use them.
Ok, thanks!