|
Remarks | |
Remarks | |
Parameters: NONE | |
Returns: NONE | |
Remarks allow you to add comments your programs. Since comments are ignored by the compiler, we can use remarks to provide a better description of what our program is doing. PlayBASIC supports single line remarks and block remarks. Block remarks consist of keywords or symbol pairs that indicate the start and the end of a comment block. The following keywords and symbols are used to remark your code: Single Line Remarks Rem ; ' ` // Block Remarks RemStart ... RemEnd /* ... */ |
|
Example Source: Download This Example
|
Related Info: | #If | Rem | RemStart : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |