From 12f18f20894c757046288d5acfd4b2fedb4c2661 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 31 Jan 2010 20:44:46 +0000 Subject: code clean up --- (limited to 'constants.py') 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 # -- cgit v0.9.1