Category talk:Jq-turtle: Difference between revisions

add preamble
(Created page with "<pre> # The turtle's state: {svg, up, angle} # Angle: # => = 0 degrees # ^ = 90 degrees # <= = 180 degrees # v = 270 degrees def pi: 4 * (1|atan); def a2radians: 2 * pi...")
 
(add preamble)
Line 1:
turtle.jq - turtle graphics with some ancillary SVG convenience functions.
 
To include these turtle graphics definitions, download the page contents (minus this preamble) into a file and include it using an appropriate `include` directive, e.g.
<pre>
include "turtle" {search: "."};
</pre>
 
<pre>
# The turtle's state: {svg, up, angle}
2,442

edits