Syntax |
'text |
Description |
Causes the compiler to skip all characters between this character and the end of the current line. |
Comments |
This is very useful for commenting your code to make it more readable. |
Example |
Sub Main() |
See Also |
Symbols |