PPT Slide
Yggdrasil can store code to be executed
within a process state, as well as branching logic an process control.
In Yggdrasil
/tasks.test/states
{j start}
<
{I code {x=0}}
{I next {counter}}
>
{j counter}
<
{I code {x++ ; printf(“%d”,x)}
{I branch}
<
{j condition {x < 1000}}
{j goto counter}
>
{I next {}}
>
In C Code
for(x=0;xx++) {
printf(“%d”,x)
}
Previous slide
Next slide
Back to first slide
View graphic version