HistoryCal - V0.0.7 Manual
end Statement
Home
Development
V0.0.7 Manual
Script
end Statement
►
◄
Statement end
The
end
statement simply stops execution of the script.
Example Script
writeln "So far so good."; end; writeln "We never get here!";
Output:-
So far so good.
Home
Development
V0.0.7 Manual
Script
end Statement
►
◄
12
th
October 2016