Day of the week: Difference between revisions

Content added Content deleted
(→‎{{header|Vedit macro language}}: Fix: avoid negative numerator in modulo calculation)
Line 101: Line 101:
<pre>
<pre>
main:(
main:(
# example from: http://www.xs4all.nl/~jmvdveer/algol.html - GPL #
INT sun=0 # , mon=1, tue=2, wed=3, thu=4, fri=5, sat=6 #;
INT sun=0 # , mon=1, tue=2, wed=3, thu=4, fri=5, sat=6 #;