Jump to content

Calendar: Difference between revisions

m
m (→‎{{header|Fortran}}: On the belated discovery of <pre>...</pre> thus removing the need for a leading space. Oddly, the resulting display seems to have a leading space, just the same!!)
Line 2,768:
my $str = (' ' x 30) ~ $year ~ "\n";
 
my Array @month-strs;
@month-strs[$_] = fmt-month($year, $_).lines.Array for 1 .. 12;
 
loop ( my $month = 1; $month <= 12; $month += $months-per-col ) {
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.