Day of the week: Difference between revisions

Frink
(Added Wren)
(Frink)
Line 1,677:
 
The option to show Fōrmulæ programs and their results is showing images. Unfortunately images cannot be uploaded in Rosetta Code.
 
=={{header|Frink}}==
<lang frink>for y = 2008 to 2121
if (parseDate["$y-12-25"] -> ### u ###) == "7"
println[y]</lang>
 
{{out}}
<pre>
2011
2016
2022
2033
2039
2044
2050
2061
2067
2072
2078
2089
2095
2101
2107
2112
2118
</pre>
 
 
=={{header|Gambas}}==
494

edits