English
Chinese
 
yTin Online Help
 
 
Home (english)
|
Home (chinese)
|
Downloads
|
Sample scripts
|
Online help
|
Utilities
|
FAQs
|
Discussions/Messages
|
Mud&links
|
My Progs
|
Mirrors
|
while
format:           
#while
{CONDITION} {COMMANDS}
Please be cautious not to create infinite loops. :D
Example:
#var
{counter} {256}
#while
{$counter > 1} {
#showme
{$counter} ;
#math
{counter} {$counter /
2}}