Unconditionally ends a WIL program.
Exit
(none)
(not applicable)
Use this command to immediately terminate a WIL program. An Exit is implied at the end of each top-level WIL program, and so is not necessary there.
a = 100 Message("The value of a is", a) Exit