home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Languages / PC Basic ƒ / PCBASIC MPW version / PCBASIC Demo / PCBASICDemo.b.o / PCBASICDemo.b.o.rsrc / STR#_507.txt < prev    next >
Encoding:
Text File  |  1992-02-22  |  680 b   |  25 lines

  1.     PCBASIC is an 'Industrial Strength' programming language.
  2.  
  3. This means all the features of the Macintosh are accessible from
  4.  
  5. PCBASIC. The important features, such as dialogs, windows,
  6.  
  7. scroll bars, menus,  and alert boxes are all part of the extended
  8.  
  9. BASIC language. All of the other features in the ROM and Operating
  10.  
  11. System, can be called from BASIC. Special BASIC statements can
  12.  
  13. access any of the ToolBox and QuickDraw routines. Even register
  14.  
  15. based calls, and calls that return function values can be used.
  16.  
  17. Pascal or Assembler code can be linked to PCBASIC programs,
  18.  
  19. or short segments of 68000 Assembly language can actually be 
  20.  
  21. imbedded within the BASIC code.
  22.  
  23. END
  24.  
  25.