home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / anwend / luna146 / _english / scripts / loop.lus < prev    next >
Encoding:
Text File  |  1999-11-12  |  94 b   |  9 lines

  1. ;
  2. ; Script file created by Luna 1.23.
  3. ;
  4. for i%=0 to 499
  5.   tput "hallo"
  6. next i%
  7.  
  8. end()
  9.