Procedure Exst(c:integer ); EXTERNAL; {*USER* This procedure simply translates into an Exitst call. The result is to terminate the program, emitting the input value as the exit status. Exitst is implemented within the Pascal-3 OTS. Exst is retained for compatibility with older software. Exitst is the preferred call. }