13.07.2015 Views

apple-pascal-1.3-manual

apple-pascal-1.3-manual

apple-pascal-1.3-manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

USES declaration: The part of aPascal program that specifies theProgram Units used by thatprogram.value: The meaning or quantityassigned to an expression.value parameter: A parameterthat is passed to a procedure byvalue, rather than by address.variable: The symbol used in aprogram to represent a location inthe computer's memory where avalue can be stored. Compareconstant.variable parameter: A parameterthat is passed to a procedure byaddress, rather than by value.variant record: A record in whichthe number and type of fields maychange during the course ofprogram execution.volume: A character device or ablock-structured device, includingdisks and disk drives.volume name: The name given to aPascal volume. The volume name ofa disk drive containing a flexibledisk is the same as the disk's name.The names of character devicessuch as PRINTER: or CONSOLE: arestandard Pascal volume namesassigned specifically to standardhardware.volume number: A numberassigned by Apple Pascal to eachI/O device on the system.warm start: The equivalent ofreinitializing the system by usingthe Initialize command from theCommand line. A warm startperforms only the second stage ofthe startup process, that is, thesecond stage of a two-stage boot.wild.card: In the Editor, a symbolused to represent a sequence ofcharacters. When specifyingfilenames, a symbol used in place ofa volume name or a sequence ofcharacters within a filename.word: Two bytes, or a collection of16 bits.word-aligned: An instruction orstructure starting at an even byte(see byte-aligned).WORDSTREAM type: An AppleII Pascal data type that correspondsto an array of word-sized elementswith a single dimension ofundefined size.workfile: The default file forEditing, Compiling, Assembling, andRunning. The workfile refers to twoseparate files namedSYSTEM.WRK.TEXT andSYSTEM.WRK.CODE.zero page: Memory locations $00through $FF.Glossaryv 17

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

Saved successfully!

Ooh no, something went wrong!