Basic/data/HELP/ELSE

10 lines
100 B
Plaintext

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