Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 777450e..543b1e3 100644
--- a/constants.py
+++ b/constants.py
@@ -188,7 +188,7 @@ PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back', 'arc':'arc',
'bottompos':'bottompos', 'width':'hres', 'height':'vres',
'hideblocks':'hideblocks', 'push':'push', 'pop':'pop',
'keyboard':'keyboard', 'kbinput':'kbinput', 'myfunc':'myfunc',
- 'nop':'nop', 'printheap':'printheap', 'clearheap':'clearheap',
+ 'nop':'userdefined', 'printheap':'printheap', 'clearheap':'clearheap',
'red':'red', 'orange':'orange', 'yellow':'yellow',
'green':'green', 'cyan':'cyan', 'blue':'blue',
'purple':'purple'}