User Tools

Site Tools


ugbasic:user:endif
Translations of this page:


ugBASIC User Manual

ENDIF

SYNTAX

  • ENDIF

PURPOSE

Implement the end of conditional jump.

EXAMPLE

 IF ( x == 42 ) THEN x = 0: ENDIF

AVAILABLE ON

  • Commodore 64
  • ZX Spectrum 48K

SEE ALSO