11.06.2014 Views

NetRexx Tutorial - The Rexx Language Association

NetRexx Tutorial - The Rexx Language Association

NetRexx Tutorial - The Rexx Language Association

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.

Standard Program Layout<br />

(Declarations)<br />

• OPTIONS BINARY (when applicable)<br />

• IMPORT package-name [.class-name]<br />

• …<br />

• CLASS class-name [USES class-name-list]<br />

• PROPERTIES PUBLIC STATIC<br />

• Global ‚Variable‘ declarations (visible outside class)<br />

• PROPERTIES PRIVATE STATIC<br />

• Global ;Variable‘ declarations (invisible outside class)

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

Saved successfully!

Ooh no, something went wrong!