Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Comments/QB64/comments.qb64
Normal file
11
Task/Comments/QB64/comments.qb64
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
REM This is a remark...
|
||||
' This is also a remark...
|
||||
|
||||
IF a = 0 THEN REM (REM follows syntax rules)
|
||||
IF a = 0 THEN '(apostrophe doesn't follow syntax rules, so use END IF after this)
|
||||
END IF
|
||||
|
||||
'Metacommands such as $DYNAMIC and $INCLUDE use the REM (or apostrophe).
|
||||
REM $STATIC 'arrays cannot be resized once dimensioned.
|
||||
REM $DYNAMIC 'enables resizing of array dimensions with REDIM.
|
||||
REM $INCLUDE: 'loads a reference file or library.
|
||||
Loading…
Add table
Add a link
Reference in a new issue