1302
правки
Изменения
м
→Пример функции
</while>
</auto>
По невыясненной причине все функции должны быть описаны в самом конце тега algorithm.
=== Пример вызова функции ===
<step id = "testArgs" description = "" level = "-1">
<action>
@n @= 5;
</action>
</step>
<call-auto id = "test" />
<step id = "getFact" description = "" level = "-1">
<action>
@fact @= @testResult;
</action>
</step>
== %your_project%-configuration.xml ==