home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 April
/
Chip_2003-04_cd1.bin
/
zkuste
/
ptools
/
download
/
jv16pt_setup.exe
/
{app}
/
Documentation
/
Example Scripts
/
Loops and variables demo.jvb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-02-08
|
137 b
|
14 lines
Console
Define x 0
Define z
z := 6
For (i = x to z; +1)
If i > 0 then
if i <= 2 then
PrintMessage i
end
end
End