home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / clacb_11.lzh / BIN / EXAMPLE.GUI < prev   
Encoding:
Text File  |  1994-10-15  |  329 b   |  13 lines

  1. ; a calculation example (at the moment max. var lenght is set to 8 chars):
  2. ; an example of communism (the theory, not practice ;-)
  3. Jack = 25
  4. Mick = 13
  5. Mike = 32       ; the rich man
  6. John = 14
  7. average = avg(Jack, Mick, Mike, John)
  8. Jack = average
  9. Mick = average
  10. Mike = average  ; not so rich anymore...
  11. John = average
  12.  
  13.