07.05.2015 Views

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

148 BRONZE <strong>Edition</strong> <strong>Guide</strong><br />

These statements allow setting various options; only OPTION ANGLE AND OPTION<br />

TYPO are discussed in this manual.<br />

OPTION ANGLE<br />

OPTION NOLET<br />

OPTION ARITHMETIC<br />

OPTION TYPO<br />

OPTION BASE<br />

OPTION USING<br />

OPTION COLLATE<br />

Input and Output Statements<br />

These are the main statements dealing with input and output that are discussed in this<br />

manual.<br />

DATA<br />

MAT PRINT<br />

INPUT<br />

MAT READ<br />

LINE INPUT<br />

PRINT<br />

MAT INPUT<br />

READ<br />

MAT LINE INPUT<br />

RESTORE<br />

These input-output statements are not discussed in this book but appear in the HELP<br />

facility.<br />

ASK MARGIN<br />

SET MARGIN<br />

ASK ZONEWIDTH<br />

SET ZONEWIDTH<br />

File Statements<br />

The following file statements are discussed in this manual<br />

CLOSE #n<br />

OPEN #n:<br />

ERASE #n<br />

RESET #n:<br />

INPUT #n:<br />

PRINT #n:<br />

LINE INPUT #n:<br />

Functions and Subroutines<br />

These statements are the heart and soul of organizing complicated programs.<br />

CALL<br />

EXTERNAL<br />

DECLARE DEF (FUNCTION) LIBRARY<br />

DEF<br />

LOCAL<br />

DEF Structure<br />

SUB Structure<br />

EXIT DEF<br />

EXIT SUB<br />

END DEF<br />

END SUB

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

Saved successfully!

Ooh no, something went wrong!