Day of the week: Difference between revisions

m
m (→‎{{header|GAP}}: xmas function is better replaced with "Filtered" + WeekDay implementation)
Line 731:
 
# A possible implementation of WeekDayAlt
 
days := ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];;
 
WeekDayAlt := function(args)
Anonymous user