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.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
#