Chinese zodiac: Difference between revisions

Content added Content deleted
(→‎{{header|APL}}: Add CE year to output)
Line 1,173: Line 1,173:
</pre>
</pre>
=={{header|Commodore BASIC}}==
=={{header|Commodore BASIC}}==
{{works with|Commodore 64/128}}
{{works with|Commodore 64}}
<syntaxhighlight lang="basic">1000 rem display the chinese zodiac for a given year
<syntaxhighlight lang="basic">1000 rem display the chinese zodiac for a given year
1010 poke 53281,7: rem yellow background
1010 poke 53281,7: rem yellow background
Line 1,247: Line 1,247:
{{Out}}
{{Out}}
https://i.imgur.com/f3Fo1xm.png
https://i.imgur.com/f3Fo1xm.png

=={{header|Common Lisp}}==
=={{header|Common Lisp}}==
{{trans|Ruby}}
{{trans|Ruby}}