Category:Jq-turtle

From Rosetta Code

turtle.jq is a jq module for turtle graphics.

To use it, copy the source code in the talk page to a text file, preferably named turtle.jq. Typically, it will be placed in a module directory known to jq, or in the pwd (present working directory).

In this last case, inclusion can be accomplished using the command-line option `-L.`. Alternatively, the directory can be specified as part of the `include` directive, e.g.

include "turtle" {search: "."};

This category currently contains no pages or media.