Comments are sections of code that are intended for human reading, and are ignored by Blox Basic script interpreter.
Comments help you document as your are creating it, and provide an aid in understanding the code later on. Comments are also useful for others to understand your intentions when you created your code.
Blox Basic comments start with the ' character and continues until the end of the line. The Trading Blox Builder interpreter ignores any characters or code that follows a ' character.
|