BEXIT

PURPOSE:
Return to an Enitity that has called this entity.

Currently BEXIT is used by a "console mode program" such as $__BEDIT to return control to the main entity (#128).
STATEMENT SYNTAX:
105 BEXIT
110 BEXIT -1
Notes:
A BEXIT -1 will reissue the current call to a higher # Entity
A BEXIT will cause the caller entity to execute the console mode command that has been compiled into the console mode statement area of the callers program.
SEE: BENTER ENTITY