RosettaCodeData/Task/Conditional-structures/Forth/conditional-structures-1.fth
2023-07-01 13:44:08 -04:00

2 lines
110 B
Forth

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