SPC
Version 0.9.5
Main Page
Related Pages
Modules
Files
Examples
All
Files
Functions
Groups
Pages
ex_run.spc
This is an example of how to use the
Run
function.
task main()
{
while
(
true
)
{
if
(
CurrentTick
() >
SEC_30
)
Run
(
SLOT2
);
// start running the program in slot 2
}
}
Generated by
1.8.2