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

3 lines
110 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( condition ) IF ( true statements ) THEN
( condition ) IF ( true statements ) ELSE ( false statements ) THEN