home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1991 / 04 / txl / 1_preis / while.txl < prev    next >
Text File  |  1991-01-18  |  83b  |  7 lines

  1. 010 let a=0;
  2. 020 while a<100;
  3. 030 print a;
  4. 040 let a=a+1;
  5. 050 wend 
  6. 060 end 
  7.