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
33 FONTCOLOR=fontcolor|textcolor|textcolour
34 FONTHEIGHT=fontsize|textsize|textheight
39 UPRIGHT=upright|normal
42 CLEARSCREEN=clearscreen|cs
44 HIDETURTLE=hideturtle|ht|hideme
45 SHOWTURTLE=showturtle|st|showme
46 POSITION=position|pos|setpos
47 HEADING=heading|setheading|seth
65 LEFTSTRING=\u201c|\u2018
66 RIGHTSTRING=\u201d|\u2019
120 FUCHSIA=fuchsia|magenta
141 ERROR=Error (in line %s)
142 ERR_ZERODIVISION=Division by zero.
143 ERR_NAME=Unknown name: \u2018%s\u201d.
144 ERR_ARGUMENTS=%s takes %s arguments (%s given).
145 ERR_BLOCK=Error (extra or missing spaces at brackets?)
146 ERR_KEY=Unknown element: %s
147 ERR_INDEX=Index out of range.
149 ERR_STOP=Program terminated:
150 ERR_MAXRECURSION=maximum recursion depth (%d) exceeded.
151 ERR_MEMORY=not enough memory.
152 ERR_NOTAPROGRAM=Do you want to run this text document?