Page 1 of 1

зацикливалка

Posted: 2005-02-21 21:27:58
by The Cheater
можно ли сделать цикл с ограниченным числом повторений например 100 ?

Posted: 2005-02-21 21:31:34
by Goggy

Code: Select all

sub main()
var i

for i = 0 to 99
UO.say("My ass is BIG :) !!!")
next

end sub


:lol:

Posted: 2005-02-21 21:33:33
by SAMURAI
Goggy wrote:

Code: Select all

UO.say("My ass is BIG :) !!!")


Флудераст балин :mrgreen:

Posted: 2005-02-21 21:36:07
by Goggy
SAMURAI wrote:
Goggy wrote:

Code: Select all

UO.say("My ass is BIG :) !!!")


Флудераст балин :mrgreen:


Бываить :wink:
:lol:

Posted: 2005-02-21 21:40:59
by The Cheater
спасибо