Calendar - for "REAL" programmers: Difference between revisions

m
BaCon and BBC BASIC moved to the BASIC section.
(→‎{{header|UNIX Shell}}: Note that approach requires Bash extensions. Add tty-based method.)
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 519:
30
</pre>
=={{header|BaConBASIC}}==
==={{header|BBC BASICBaCon}}===
Choosing 132 character output. Same as the "Calendar" from [[Calendar#BaCon|the calendar task]] but using all capitals:
<syntaxhighlight lang="freebasic">DECLARE MON$[] = { "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER" }
Line 575 ⟶ 576:
28 29 30 31 25 26 27 28 29 30 31 29 30 27 28 29 30 31 24 25 26 27 28 29 30 29 30 31
</pre>
 
=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> VDU 23,22,1056;336;8,16,16,128
512

edits