Draw a clock: Difference between revisions

Content added Content deleted
No edit summary
Line 3,705: Line 3,705:
==={{libheader|LÖVE}}===
==={{libheader|LÖVE}}===
Several nice clocks in the [http://love2d.org/forums/viewtopic.php?f=5&t=77346 LÖVE-forum]
Several nice clocks in the [http://love2d.org/forums/viewtopic.php?f=5&t=77346 LÖVE-forum]



=={{header|M2000 Interpreter}}==
=={{header|M2000 Interpreter}}==

Low demand for CPU. A LED style clock. Using Space Bar we can tongle the backround from BLACK to Transparent. Esc for quit.
Low demand for CPU. A LED style clock. Using Space Bar we can tongle the backround from BLACK to Transparent. Esc for quit.
[[File:DrawClockM2000.png|thumb|center]]



<syntaxhighlight lang="m2000 interpreter">
<syntaxhighlight lang="m2000 interpreter">
Line 3,804: Line 3,808:
Led_Clock
Led_Clock
</syntaxhighlight>
</syntaxhighlight>



=={{header|Mathematica}} / {{header|Wolfram Language}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==