Learn to Program with ZedLX

Free Online Programming Course for Beginners

Turtle Graphics [3/12]

Drawing a square seems to be easy enough.

The command FW is implemented as a user-defined procedure. The signature of this procedure is:

  • void FW(
    • num distance
    • )

Loading...