home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / tipi / calltest.tpi < prev    next >
Text File  |  1993-09-15  |  173b  |  16 lines

  1. # CALLTEST.TPI
  2.  
  3. define wait
  4.  begin key until
  5. enddef
  6.  
  7. "This is the first program" print$ cr
  8. wait
  9.  
  10. "TIPI.COM" " pixel.tpi"
  11. call
  12.  
  13. "Now we're back!" print$
  14. wait
  15.  
  16.