Last Friday of each month: Difference between revisions

Line 1,008:
 
=={{header|Factor}}==
The <code>last-friday-of-month</code> word in the <code>calendar</code> vocabulary does most of the work. This program expects the year as a command line argument.
<lang factor>USING: calendar calendar.format command-line io kernel math.parser sequences ;
IN: rosetta-code.last-fridays
1,827

edits