From 6845b402c45636bdbfd77ccc70ccbb2d731371ab Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 16 Sep 2010 22:18:41 +0000 Subject: expandable boolean blocks --- (limited to 'TurtleArt/taconstants.py') 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' -- cgit v0.9.1