home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / spl3.zip / SPLPRESS < prev    next >
Text File  |  1987-04-06  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.         FOR IMMEDIATE RELEASE                                      4/6/87
  5.  
  6.                                                       CONTACT Dennis Baer
  7.  
  8.                                                              516 694 5872
  9.  
  10.         Software   author   Dennis  Baer  has  released  the   Structured 
  11.         Programming  Language,  (SPL)  a  free  format  block  structured 
  12.         programming  language  that  runs on MSDOS  and  PCDOS  operating 
  13.         systems. SPL is an alternative to PASCAL and C.
  14.  
  15.              The  SPL  language  is implemented  by  a  translator  which 
  16.         converts  SPL source code to a Microsoft BASIC program which  can 
  17.         then  be compiled with Microsoft's Quick Basic,  MS BASIC,  IBM's 
  18.         BASICA, or ported to machines such as AMIGA, MACINTOSH, ATARI ST, 
  19.         or CP/M and compiled with the BASIC compiler for those machines.
  20.  
  21.         SPL  has  been released as SHARE WARE and is  available  as  file 
  22.         SPLLIB.ARC  on  BIX  in the IBM SIG or available on  various  bbs 
  23.         systems:
  24.  
  25.         212 980 0770
  26.         516 334 8221
  27.         302 655 6342
  28.         516 367 9626
  29.  
  30.         If  you  have any questions you may call me at 516-694-5872  from 
  31.         Monday thru Friday from 10:00 am to 6:30 pm New York time.
  32.  
  33.          
  34.         Some major features and advantages of SPL
  35.          
  36.         o SPL is an alternative to the PASCAL and C languages
  37.  
  38.         o SPL programs can be run on MACINTOSH,AMIGA,ATARI ST,CP/M
  39.  
  40.         o The SPL processor will run on MSDOS emulators on MACINTOSH,
  41.           AMIGA,ATARI ST
  42.  
  43.         o PROCEDURES
  44.  
  45.         o WHILE loops
  46.  
  47.         o FOR loops with REAL and INTEGER indicies and increments
  48.  
  49.         o REPEAT loops
  50.  
  51.         o Powerful IF THEN ELSE constructs
  52.  
  53.         o Powerful RANDOM and SEQUENTIAL INPUT/OUTPUT including
  54.           formatted OUTPUT
  55.  
  56.         o GRAPHICS statements PSET DRAW LINE CIRCLE PRESET SCREEN .....
  57.  
  58.         o BEGIN END blocks
  59.  
  60.  
  61.                                         1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.         o ERROR trapping
  72.  
  73.         o Statement labels (multiple labels supported)
  74.  
  75.         o Strong data types INTEGER REAL STRING scalars and arrays
  76.  
  77.         o Names of variables and labels up to 40 characters upper and
  78.           lower case
  79.  
  80.         o Supports mathematical functions SIN COS TAN LOG EXP .....
  81.  
  82.         o STRING functions MID$ LEFT$ RIGHT$ STR$ VAL$ ASC$ .....
  83.  
  84.         o Your compiled BASIC programs do not become obsolete link
  85.           them together
  86.  
  87.         o SPL programs run faster than PASCAL programs
  88.  
  89.         o SPL programs can take advantage of an entire 640k IBM PC
  90.  
  91.         o The SPL processor will work on an IBM PCjr with 128k and
  92.           1 drive
  93.  
  94.  
  95.                                        ###
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                         2
  128.  
  129.  
  130.  
  131.  
  132.  
  133.