home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / math / calcb_11 / example.gui < prev   
Text File  |  1994-10-15  |  329b  |  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.