SHIP:Sail:reboot

From Serious Documentation
Revision as of 11:55, 4 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

<source lang="c"> foo(10) {

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

}