Peano curve: Difference between revisions

Content added Content deleted
Line 1,753: Line 1,753:


=={{header|VBScript}}==
=={{header|VBScript}}==
VBSCript does'nt have access to Windows graphics so I write SVGA commands into an HML file and display it using the default browser. A turtle graphics class makes the recursive definition of the curve easy.
VBSCript does'nt have access to Windows graphics so I write SVG commands into an HML file and display it using the default browser. A turtle graphics class makes the recursive definition of the curve easy.
<lang vb>
<lang vb>