Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-31 20:44:46 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-31 20:44:46 (GMT)
commit12f18f20894c757046288d5acfd4b2fedb4c2661 (patch)
tree368906fb5863830ac612600445d022f9d7488b61 /constants.py
parent8edead04e565eaebd453f59e4e3aa52c2167f7e9 (diff)
code clean up
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 47ae511..73b67f4 100644
--- a/constants.py
+++ b/constants.py
@@ -362,6 +362,16 @@ DEFAULTS = {
'wait':[1]}
#
+# Blocks that can interchange strings and numbers for their arguments
+#
+STRING_OR_NUMBER_ARGS = ['plus2', 'equal', 'less', 'greater',
+ 'template1', 'template2', 'template3',
+ 'template4', 'template6', 'list', 'nop',
+ 'print', 'stack', 'hat']
+
+CONTENT_ARGS = ['show', 'push', 'storein', 'storeinbox1', 'storeinbox2']
+
+#
# Status blocks
#