Ends a Genstat job.
No options or parameters
Description
A Genstat program can be split up into individual jobs. These can each be terminated by the ENDJOB
directive. Full details are given in the description of the JOB
directive, which can be used to start a new job.
Options: none.
Parameters: none.
See also
Commands for: Program control.
Example
" Example 1:5-1-2 " JOB 'Example of ENDJOB message' PRINT 'This job just prints this message.' ENDJOB