Vibrating rectangles: Difference between revisions

Content added Content deleted
(Initial FutureBasic task solution added)
Line 366: Line 366:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
Note: The compiled macOS app runs faster than the attached GIF with a smoother fade.
<syntaxhighlight lang="futurebasic">
<syntaxhighlight lang="futurebasic">
_window = 1
_window = 1
Line 405: Line 406:
</syntaxhighlight>
</syntaxhighlight>
[[file:Vibrating_Rectangles_FutureBasic.gif]]
[[file:Vibrating_Rectangles_FutureBasic.gif]]



=={{header|Go}}==
=={{header|Go}}==