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 20:52:29 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-16 20:52:29 (GMT)
commit7f262d557ecd676ea595e8a7287aae28c03850cb (patch)
treeace74cc9474821e974105a27c04a2c63f00992bb /TurtleArt/taconstants.py
parentaab4c5d6ec4e31b1270eef7df74d1a4f7b39fc9d (diff)
expandable math blocks
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 684b5e6..06b72f5 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -233,7 +233,11 @@ PORTFOLIO_STYLE_1x2 = ['template1x2']
#
EXPANDABLE = ['vspace', 'hspace', 'templatelist', 'list', 'identity2',
'myfunc1arg', 'myfunc2arg', 'myfunc3arg', 'userdefined',
- 'userdefined2args', 'userdefined3args']
+ 'userdefined2args', 'userdefined3args', 'plus2', 'minus2',
+ 'division2', 'remainder2', 'product2', 'random']
+
+EXPANDABLE_MATH = ['plus2', 'minus2','division2', 'remainder2', 'product2',
+ 'random']
#
# Blocks that are 'collapsible'