11.07.2015 Views

PICBASIC PLUS LITE Manual - Profe Saul

PICBASIC PLUS LITE Manual - Profe Saul

PICBASIC PLUS LITE Manual - Profe Saul

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>PICBASIC</strong> <strong>PLUS</strong> Compiler5.57. REMSyntax :Overview :Operators :Example :Notes :REM Comments or ‘ Comments or ; CommentsInsert reminders in your BASIC source code. These lines are notcompiled and are used merely to provide information to the personviewing the source.Comments can be any alphanumeric text.DIM A , B , CA = 12 : B = 4REM Now add them togetherC = A + B‘ Now subtract themC = A - B‘ They are now subtractedSemicolon ; single quote ‘ and REM are the same.Remarks in the assembler listing are turned off by default. To turnthem on, use the following command near the top of your program: -REMARKS ONTo turn off the remarks, use OFF instead of ON.109Copyright Crownhill 2001

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!