Search
Colors
Introduction
Camera
Interface
Syntax
Errors
Welcome to turtleSpaces! turtleSpaces programs can be simple or exceedingly complex -- but you do not need to know how to do complex things in order to do simple ones. This makes it perfect for learning how to code, since you can accomplish simple tasks, such as moving the turtle, with little fuss. However, there are hundreds of built-in 'primitives' of varying complexity that are there to support you as you advance to create increasingly more complicated activities (called procedures). Here you can browse the available primitives using the drop-downs and search box, learn about the interface, read some basic coding tips and check out some basic error types by clicking on the Interface, Syntax or Errors tabs.
0 black 1 red 2 blue 3 magenta
4 green 5 gray 6 mediumblue 7 lightblue 8 brown 9 orange 10 lightgray 11 pink 12 lightgreen 13 yellow 14 cyan 15 white
0 white 1 red 2 blue 3 magenta
4 green 5 gray 6 mediumblue 7 lightblue 8 brown 9 orange 10 lightgray 11 pink 12 lightgreen 13 yellow 14 cyan 15 black To output text to this area for reviewing, saving or printing later, use the setwrite primitive, eg setwrite "printer |
||||||||