Calendar - for "REAL" programmers: Difference between revisions

Content added Content deleted
m (Provide an algorithm as per the Calendar task, except the entire code for the algorithm must be presented entirely without lowercase.)
(-Java)
Line 1: Line 1:
{{task}}[[Category:Date and time]]
{{task|Date and time}}
Provide an algorithm as per the [[Calendar]] task, except the entire code for the algorithm must be presented entirely without lowercase. (Hint: manually convert the code from the [[Calendar]] task to all UPPERCASE)
Provide an algorithm as per the [[Calendar]] task, except the entire code for the algorithm must be presented entirely without lowercase. (Hint: manually convert the code from the [[Calendar]] task to all UPPERCASE)


Line 251: Line 251:


{{omit from|Tcl|Real Tcl programmers use lower case! To be exact, a preamble could be written which would transform a Tcl interpreter into using upper case, but that would have to be part of this task's solution and would itself be in lower case, at least initially.}}
{{omit from|Tcl|Real Tcl programmers use lower case! To be exact, a preamble could be written which would transform a Tcl interpreter into using upper case, but that would have to be part of this task's solution and would itself be in lower case, at least initially.}}
{{omit from|Java|Java's keywords are lower case}}