Comments

The RAD programming language supports full line, C++ style comments in RAD statements. Comments may be indented, and are prefixed by a double slash ("//").

Note Currently, comments in RAD expressions are not supported.

Examples

Valid comments

//comment

//comment

Invalid comment

$L.n = 1//comment