Day of the week: Difference between revisions

m
Line 2,754:
# Simply replace "Sunday" with whatever it's named in your country,
# or set locale first, with
Sys.setlocale(cat="LC_ALL", "en")</lang>
 
# Under MS Windows, write instead
Sys.setlocale("LC_ALL", "English")</lang>
 
=={{header|Racket}}==
Anonymous user