Doomsday rule: Difference between revisions

m
m (→‎{{header|RPL}}: improved code and result readability)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,725:
{{libheader|Wren-date}}
We only use the above module to check the dates of the week given by Conway's method. The latter are worked out from scratch.
<syntaxhighlight lang="ecmascriptwren">import "./date" for Date
 
var days = ["Sunday", "Monday", "Tuesday", "Wednesday","Thursday", "Friday", "Saturday"]
9,476

edits