Compare commits

...

1 Commits

Author SHA1 Message Date
immibis cb904d403d Fixed a typo in a CBot help file. 2014-12-28 13:53:24 +13:00
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ This \l;condition\u cbot\cond; determines if another instance of the loop must b
This instruction is executed at the end of every instance of the loop. This instruction is executed at the end of every instance of the loop.
Example: count from 1 to 4 Example: count from 1 to 4
\c;\s;\c;for ( i = 0 ; i <= 4 ; i++ ) \c;\s;\c;for ( i = 1 ; i <= 4 ; i++ )
\s;{ \s;{
\s; message(i) ; \s; message(i) ;
\s;} \s;}