Calendar: Difference between revisions

Content added Content deleted
(Implementation of Calendar in Smalltalk)
Line 6,725: Line 6,725:


This implementation has been developed using '''Cuis Smalltalk''' [https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev] with '''Aconcagua''' loaded.
This implementation has been developed using '''Cuis Smalltalk''' [https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev] with '''Aconcagua''' loaded.
To run it evaluate: <lang smalltalk>CalendarPrinter printOnTranscriptForYearNumber: 1969</lang>
To run it, evaluate: <lang smalltalk>CalendarPrinter printOnTranscriptForYearNumber: 1969</lang>
<lang Smalltalk>
<lang Smalltalk>
Object subclass: #CalendarPrinter
Object subclass: #CalendarPrinter