1 line
53 B
Forth
1 line
53 B
Forth
: printMonths | m | Date.Months forEach: m [ m . ] ;
|
: printMonths | m | Date.Months forEach: m [ m . ] ;
|