Изменения

Перейти к: навигация, поиск

Участник:Sementry/Гайд по vizi

132 байта добавлено, 06:33, 20 января 2012
м
Пример функции
<auto id = "test" description = "факториал">
<variable description = "Переменная цикла для test" name = "testI" type = "int" /> <step id = "testInit" description = "" level = "-1"> <action> @testI @= 1; @testResult @= 1; </action> </step> <while id="testLoop" description="loop" test="@testI &lt; @testArgument" level="-1" > <step id = "testLoop1" description = "ololo" level = "-1"> <action> @testResult @= @testResult * @testI; @testI @= @testI + 1; </action> </step> </while>
</auto>
1302
правки

Навигация