Last Friday of each month: Difference between revisions

Content added Content deleted
Line 1,008: Line 1,008:


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