NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



End

Ends SIML command sequence

Ends program execution -- including from within a function. Never use this call inside of a function when you want to continue execution outside of that function, use return instead.

Sample Source

Say "Hello world"
End
Say "This line will never be reached"

Related Function(s):
   Return;

Minimum version: 1.0