5 TURNLEFT=left|turnleft|lt
6 TURNRIGHT=right|turnright|rt
16 PENCOLOR=pencolor|pencolour|linecolor|pc
18 PENWIDTH=pensize|penwidth|linewidth|ps
19 PENSTYLE=penstyle|linestyle
20 PENJOINT=penjoint|linejoint
31 FILLCOLOR=fillcolor|fillcolour|fc
32 FILLTRANSPARENCY=filltransparency
33 PENTRANSPARENCY=pentransparency|linetransparency
35 FONTCOLOR=fontcolor|textcolor|textcolour
36 FONTHEIGHT=fontsize|textsize|textheight
41 UPRIGHT=upright|normal
44 CLEARSCREEN=clearscreen|cs
46 HIDETURTLE=hideturtle|ht|hideme
47 SHOWTURTLE=showturtle|st|showme
48 POSITION=position|pos|setpos
49 HEADING=heading|setheading|seth
67 LEFTSTRING=\u201c|\u2018
68 RIGHTSTRING=\u201d|\u2019
123 FUCHSIA=fuchsia|magenta
144 ERROR=Error (in line %s)
145 ERR_ZERODIVISION=Division by zero.
146 ERR_NAME=Unknown name: \u201c%s\u201d.
147 ERR_ARGUMENTS=%s takes %s arguments (%s given).
148 ERR_BLOCK=Error (extra or missing spaces at brackets?)
149 ERR_KEY=Unknown element: %s
150 ERR_INDEX=Index out of range.
152 ERR_STOP=Program terminated:
153 ERR_MAXRECURSION=maximum recursion depth (%d) exceeded.
154 ERR_MEMORY=not enough memory.
155 ERR_NOTAPROGRAM=Do you want to run this text document?