qb45qck.hlp (Table of Contents; Topic list)
EXIT Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
EXIT - a control flow statement that exits a DEF FN function, DO...LOOP,
       FOR...NEXT loop, FUNCTION, or SUB
 
Syntax
  EXIT {DEF | DO | FOR | FUNCTION | SUB}
 
See Also  DEF FN  DO...LOOP  FOR...NEXT
          FUNCTION  SUB