TeleFlow BasicScript Rem

TeleFlow BasicScript Rem

From TeleFlow

(Difference between revisions)
Jump to: navigation, search
(New page: Holds non-executing comments.<br> <br> ===Examples=== REM This entire line is a comment.<br> // This entire line is also a comment.<br>)
Line 2: Line 2:
<br>
<br>
===Examples===
===Examples===
-
REM This entire line is a comment.<br>
+
:REM This entire line is a comment.<br>
-
// This entire line is also a comment.<br>
+
:// This entire line is also a comment.<br>

Revision as of 00:39, 20 May 2008

Holds non-executing comments.

Examples

REM This entire line is a comment.
// This entire line is also a comment.