21.11.2014 Views

Programming Manual for Citizen BASIC Interpreter - MaRCo

Programming Manual for Citizen BASIC Interpreter - MaRCo

Programming Manual for Citizen BASIC Interpreter - MaRCo

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

<strong>Citizen</strong> <strong>BASIC</strong> <strong>Interpreter</strong><br />

This command changes a line of the <strong>BASIC</strong> program. Since command input leads to<br />

displaying the line of the designated line number, it timely changes programs.<br />

【Format】<br />

EDIT line number<br />

【Parameter】<br />

Line number: designate the line number of a line to change.<br />

【E.g.】<br />

Ready<br />

>EDIT 1010<br />

3.8.3 AUTO and AUTONUM Commands<br />

【Explanation】<br />

This command automatically displays the line number to set up the state to input<br />

the <strong>BASIC</strong> program.<br />

【Format】<br />

AUTO [line number[, increment]]<br />

AUTONUM [line number[, increment]]<br />

【Parameter】<br />

Line number: starting line number of a line to input<br />

Default:value previously designated Initial value: 10<br />

Increment: line number increment<br />

Default:value previously designated Initial value: 10<br />

【E.g.】<br />

Ready<br />

>AUTO 1000,10<br />

1000<br />

3.8.4 RENUM Command<br />

【Explanation】<br />

This command reallocates the line number of the <strong>BASIC</strong> program.<br />

【Format】<br />

RENUM [line number[, increment]]<br />

【Parameter】<br />

Line number: starting line number Default: 10<br />

Increment: line number increment Default: 10<br />

【E.g.】<br />

Ready<br />

>RENUM 1000,10<br />

Ready<br />

3.8.5 LIST Command<br />

【Explanation】<br />

This command displays the list of the <strong>BASIC</strong> program on the console. When a line<br />

number is designated, it displays the list of the <strong>BASIC</strong> program within the range<br />

of the line numbers designated.<br />

【Format】<br />

LIST [initial line number[-final line number]]<br />

26

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

Saved successfully!

Ooh no, something went wrong!