Peano curve: Difference between revisions

Content added Content deleted
(Added Algol 68)
Line 175: Line 175:
{{libheader|ALGOL 68-l-system}}
{{libheader|ALGOL 68-l-system}}
Generates an SVG file containing the curve using the L-System. Very similar to the Algol 68 Sierpinski square curve sample. Note the Algol 68 L-System library source code is on a separate page on Rosetta Code - follow the above link and then to the Talk page.<syntaxhighlight lang="algol68">
Generates an SVG file containing the curve using the L-System. Very similar to the Algol 68 Sierpinski square curve sample. Note the Algol 68 L-System library source code is on a separate page on Rosetta Code - follow the above link and then to the Talk page.<syntaxhighlight lang="algol68">
BEGIN # Peano Curve in SVG - based on the Sierpinski square curve Algol 68 & #
BEGIN # Peano Curve in SVG #
# FreeBASIC samples #
# uses the RC Algol 68 L-System library for the L-System evaluation & #
# uses the RC Algol 68 L-System library for the L-System evaluation & #
# interpretation #
# interpretation #