REM/de

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Created page with "= <span class="f_Header">Action</span> = Instruct the compiler that comment will follow. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&...")
 
K (1 revision)

Version vom 15. Februar 2013, 21:15 Uhr

Inhaltsverzeichnis

= (**COPIED FROM ENGLISH PAGE**) === Action

Instruct the compiler that comment will follow.

 

 

Syntax

REM or '

 

 

Remarks

You can and should comment your program for clarity and your later sanity.

You can use REM or ' followed by your comment.

All statements after REM or ' are treated as comments so you cannot use statements on the same line after a REM statement.

 

 

Block comments can be used too:

 

'( start block comment

print "This will not be compiled

') end block comment

 

 

 

 

Example


Rem TEST.BAS version 1.00
 
Print A ' " this is comment : PRINT " Hello "
 
 ^ - - - This Will Not Be Executed!

Languages   English Deutsch  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache