Jump to content

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,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.