25.147. RESUME [ label | next ]

[<<<] [>>>]

Resume the program execution after handling the error. RESUME without argument tries to execute the same line again that caused the error. RESUME NEXT tries to continue execution after the line that caused the error. RESUME label tries to continue execution at the specified label.

See also ONERRORGOTO, ONERRORRESUME and ERROR.


[<<<] [>>>]