home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 September
/
pcwk_09_96.iso
/
demo
/
wgelectr
/
pk51demo
/
files.2
/
BIN
/
UV.TPL
< prev
next >
Wrap
INI File
|
1995-06-08
|
259b
|
43 lines
[if]
if ($)
{
}
[do]
do
{
$
}
while ();
[for]
for ($;;)
{
}
[while]
while ($)
{
}
[return]
return ($);
[switch]
switch ($)
{
}
[case]
case $:
break;
[else]
else
{
$
}
[else if]
else if ()
{
$
}
[$$end$$]