Table of Contents

BREAK

Halt a program or leave a loop immediately

Implemented by: ansifull, zx81, bw32, ABasiC, Gambas, minibasicjs

With variations: TI994 (set breakpoint)

Also written as:

Usage

Gambas uses BREAK as a keyword to leave the current loop immediately, usually if a certain condition is met.

Variations

Examples

Comments

Similar keywords

In other languages...

References