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...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>PICBASIC</strong> <strong>PLUS</strong> Compiler5.70. STOPSyntax :Overview :Example :STOPSTOP halts program execution by sending the PIC into an infiniteloop.IF A > 12 THEN STOP{ code data }If variable A contains a value greater than 12 then stop programexecution. code data will not be executed.Notes :See also :Although STOP halts the PIC in its tracks it does not prevent anycode listed in the BASIC source after it being compiled. To do this,use the END command.END, SLEEP129Copyright Crownhill 2001

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

Saved successfully!

Ooh no, something went wrong!