Calendar - for "REAL" programmers: Difference between revisions

Content added Content deleted
(Removed {{omit from|Go}} template and added a Go entry.)
Line 2,196: Line 2,196:
PRINT
PRINT
FOR I=1 TO 6 {
FOR I=1 TO 6 {
MONTH=I+J*4
MONTH=I+J*6
PRINT PART @((I-1)*22), $(2,21), UCASE$(LOCALE$(55+MONTH))
PRINT PART @((I-1)*22), $(2,21), UCASE$(LOCALE$(55+MONTH))
}
}