home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL36.ARJ / VOL3666 < prev    next >
Text File  |  1992-01-07  |  3KB  |  53 lines

  1.  
  2.     Volume 3666 - Released september 1988 - Abstract (C)  Programmatheek
  3.  
  4. P r o g r a m m a T h e e k volume 3666
  5.  
  6. gelijk aan PC/SIG no. 666
  7.  
  8. Titel: SPL Structured Programming Language
  9.  
  10. Number  Name            Size    Date    Comments
  11.         CATALOG  666     1000  21-05-88 This List
  12. 3666.01 SPLLIB   ARC   124514  28-09-86 Archived file which  contains the
  13.                                         files
  14. 3666.02 ARC      EXE    28672  19-01-86 Un-archiving program
  15. 3666.03 READ              403   7-10-86 Introductory text  file from author
  16. 3666.04 GO       BAT     1016  21-01-87 Batch File
  17. 3666.05 NOTES666 TXT     1676  21-01-87 Notes
  18.         VOL3666  ABS     1744  21-05-88 Volume abstract
  19.                 6 File(s)    162816 bytes free
  20.  
  21. Program description:
  22.  
  23. The Structured Programming Language (SPL) compiler takes an  input source code
  24. and produces an ASCII file in BASIC that  can be executed in BASICA or
  25. compiled using the BASIC  compiler.
  26. SPL is a sort of mix between BASIC and PASCAL. It has the  easy to use
  27. commands of BASIC and the structured  architecture of PASCAL. This language
  28. has powerful commands  that allow for the building of procedures, functions
  29. and  structured programming blocks which are enclosed by BEGIN  and END
  30. statements. SPL supports many IF THEN style  programming codes as well as
  31. REPEAT WHILE commands. SPL also  comes with graphics ability with excellent
  32. mathematical  operators and strong string manipulation commands. In short, 
  33. almost every command available in BASIC is also available in  SPL, with a few
  34. additions.
  35.  
  36. SPL handles arrays and disk input and output routines. Those  interested in
  37. a structured form of BASIC would be very interested in SPL;  it offers an
  38. excellent way to create structured programs  with a fair amount of ease and
  39. lessened toil. SPL comes  complete with a users manual which contains an error
  40. code  list as well as feature index. At least 128k of memory would  be
  41. recommended and BASIC is required. This language is not  intended for the
  42. novice computer operator.
  43.  
  44. The Archived file SPLLIB.ARC contains the following files:
  45.   BLACKJAC SP   A program written in SPL
  46.   ERAT     SP   Another
  47.   IPICDUMP SP   Another
  48.   IPLOT    SP   Another program written in SPL
  49.   MANUAL        The SPL reference manual, error codes with  index (96k)
  50.   PICTURE
  51.   README   DOC  Short author documentation and general  information
  52.   SP       EXE  Source compiler for SPL
  53.   SPA      EXE  Support program for the compiler