Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index f6c62c8..8f8b5ab 100644
--- a/constants.py
+++ b/constants.py
@@ -125,7 +125,7 @@ BLOCK_NAMES = {'clean':_('clean'), 'forward':_('forward'), 'back':_('back'),
# Logo primitives
#
-PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back',
+PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back', 'arc':'arc',
'left':'left', 'right':'right', 'set heading':'seth', 'scale':'scale',
'show':'show', 'set scale':'setscale', 'xcor':'xcor', 'set xy':'setxy',
'ycor':'ycor', 'heading':'heading', 'pen up':'penup',