Day of the week: Difference between revisions

→‎{{header|Vedit macro language}}: Fix: avoid negative numerator in modulo calculation
(→‎{{header|Tcl}}: ++ smalltalk)
(→‎{{header|Vedit macro language}}: Fix: avoid negative numerator in modulo calculation)
Line 885:
#4 = #13 % 100
#5 = #13 / 100
#7 = (#1 + (#12+1)*26/10 + #4 + #4/4 + #5/4 -+ #5*25) % 7
Return
</lang>
Anonymous user