Basic/data/HELP/ELSE

8 lines
82 B
Plaintext

Syntax:
IF <expr> THEN <expr>
ELSE <expr>
Bsp.:
10 IF a=10 then B=1
20 ELSE b=2