HELP TURTLE                                        A. Sloman May 1982

The procedure TURTLE() initialises the POP11 turtle, an imaginary beast
which crawls round a 2-D array leaving a trail of asterisks. Procedures
provided include:

    draw(integer)
    jump(integer)
    turn(integer)
    drawto(x, y)
    jumpto(x, y)
    turnto(x, y)
    display()
    findlines()
    findjuncs()
    paintpicture()
    turtle_pr()

For further details see TEACH * TURTLE, *SEEPICTURE.

See HELP * VTURTLE for a version based on VED


--- C.all/help/turtle
--- Copyright University of Sussex 1996. All rights reserved.
