REM/de

From MCS Wiki AVR
< REM
Revision as of 19:15, 15 February 2013 by Admin (Talk | contribs)
Jump to: navigation, search

Contents

= (**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  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language
Database error - MCS Wiki AVR

Database error

Revision as of 19:15, 15 February 2013 by Admin (Talk | contribs)
Jump to: navigation, search
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "". Database returned error "1020: Record has changed since last read in table 'avr_page' (localhost)".
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language