09.12.2012 Views

Basic Characteristics RAPID

Basic Characteristics RAPID

Basic Characteristics RAPID

SHOW MORE
SHOW LESS

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

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

label Line name<br />

Example<br />

Arguments<br />

Label is used to name a line in the program. Using the GOTO instruction, this name<br />

can then be used to move program execution.<br />

GOTO next;<br />

.<br />

next:<br />

Label:<br />

Program execution continues with the instruction following next.<br />

Label Identifier<br />

Program execution<br />

Limitations<br />

Syntax<br />

The name you wish to give the line.<br />

Nothing happens when you execute this instruction.<br />

The label must not be the same as<br />

- any other label within the same routine,<br />

- any data name within the same routine.<br />

A label hides global data and routines with the same name within the routine it is<br />

located in.<br />

(EBNF)<br />

’:’<br />

<strong>RAPID</strong> Reference Manual 8-label-1

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

Saved successfully!

Ooh no, something went wrong!