Silly Logo turtle

back
try it out
---------------+
               |      , ,
               +------())*
                      ' '

Really darn simple Logo-like program.

Available commands are:

After each command you can specify a number, eg:

You must separate each instruction with a semicolon `;`

Example program to draw a rectangle would look like this:

f4;r;@;@;@;

and a program to draw a letter P would look like this:

f8;r;f4;@2;@2;