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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-15
|
329 b
|
13 lines
; a calculation example (at the moment max. var lenght is set to 8 chars):
; an example of communism (the theory, not practice ;-)
Jack = 25
Mick = 13
Mike = 32 ; the rich man
John = 14
average = avg(Jack, Mick, Mike, John)
Jack = average
Mick = average
Mike = average ; not so rich anymore...
John = average