home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #12
/
K-CD-12-2002.ISO
/
GraphCalc
/
scripts
/
Examples
/
if.gcs
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-11-26
|
194 b
|
13 lines
#If Example
If(irand(0:100) > 50)
[Comment="If"]
ElseIf(irand(0:10) < 5)
[Comment="first ElseIf"]
ElseIf(irand(0:10) > 5)
[Comment="second ElseIf"]
Else
[Comment="Else"]
EndIf