SHIP:Sail:reboot

From Serious Documentation
Revision as of 14:05, 10 October 2016 by CarltonHeyer (talk | contribs)
Jump to: navigation, search

See Also

reboot

Causes SIM to reboot.

Statement Description
reboot Causes immediate termination of code and reboot of SIM.

Example

foo(10) {
   while(a) {
      a -= 1;
   }
   reboot();
}