RosettaCodeData/Task/Conditional-structures/Forth/conditional-structures-1.fth

3 lines
110 B
Forth

( condition ) IF ( true statements ) THEN
( condition ) IF ( true statements ) ELSE ( false statements ) THEN