home *** CD-ROM | disk | FTP | other *** search
- PCBASIC is an 'Industrial Strength' programming language.
-
- This means all the features of the Macintosh are accessible from
-
- PCBASIC. The important features, such as dialogs, windows,
-
- scroll bars, menus, and alert boxes are all part of the extended
-
- BASIC language. All of the other features in the ROM and Operating
-
- System, can be called from BASIC. Special BASIC statements can
-
- access any of the ToolBox and QuickDraw routines. Even register
-
- based calls, and calls that return function values can be used.
-
- Pascal or Assembler code can be linked to PCBASIC programs,
-
- or short segments of 68000 Assembly language can actually be
-
- imbedded within the BASIC code.
-
- END
-
-