RosettaCodeData/Task/Loops-Foreach/Oforth/loops-foreach-1.fth
2023-07-01 13:44:08 -04:00

1 line
53 B
Forth

: printMonths | m | Date.Months forEach: m [ m . ] ;