|
RemStart | |
RemStart | |
Parameters: NONE | |
Returns: NONE | |
RemStart allows you to insert is a multi lines remarks (block remarks into your code. RemStart is the openning remark statement, this needs to be closed with a RemEnd statement. We 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 end of comment block. Supported block comment pairs RemStart .... RemEnd /* .... */ Mini Tutorial: Adding a block comment (using Remstart, RemEnd) to your program.
Note: If you paste this into the PlayBASIC IDE, the block will high light as a comment. Unforunately the version of the help builder the doc's were created in, doesn't seem to support block comments, so they don't look the same as the IDE. |
Related Info: | #IF | Rem | Remarks : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |