Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-16 22:18:41 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-16 22:18:41 (GMT)
commit6845b402c45636bdbfd77ccc70ccbb2d731371ab (patch)
tree55221474cc3fcb13231662e3e6f7fbc3b3c1646c /TurtleArt/taconstants.py
parentb0b1f69e5fb43af309a25eb663be99cbc38287dd (diff)
expandable boolean blocks
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 06b72f5..6724ddb 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -234,10 +234,11 @@ PORTFOLIO_STYLE_1x2 = ['template1x2']
EXPANDABLE = ['vspace', 'hspace', 'templatelist', 'list', 'identity2',
'myfunc1arg', 'myfunc2arg', 'myfunc3arg', 'userdefined',
'userdefined2args', 'userdefined3args', 'plus2', 'minus2',
- 'division2', 'remainder2', 'product2', 'random']
+ 'division2', 'remainder2', 'product2', 'random', 'equal2',
+ 'greater2', 'less2', 'and2', 'or2']
EXPANDABLE_MATH = ['plus2', 'minus2','division2', 'remainder2', 'product2',
- 'random']
+ 'random', 'equal2', 'greater2', 'less2', 'and2', 'or2']
#
# Blocks that are 'collapsible'