1302
правки
Изменения
м
<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 < @testArgument" level="-1" > <step id = "testLoop1" description = "ololo" level = "-1"> <action> @testResult @= @testResult * @testI; @testI @= @testI + 1; </action> </step> </while>
→Пример функции
<auto id = "test" description = "факториал">
</auto>