Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportpython.py
diff options
context:
space:
mode:
authorMarion <marion.zepf@gmail.com>2013-09-10 22:04:43 (GMT)
committer Marion <marion.zepf@gmail.com>2013-09-10 22:04:43 (GMT)
commit27c87bbc282dcc72fcc137684831551556eb5e24 (patch)
tree584a85d38010d08c531dc71a98acbf92d5446c0e /TurtleArt/taexportpython.py
parent3d3238126b293f2354b97d7d331fc502b70f198e (diff)
add Primitives for the 'push', 'pop', and 'is empty heap?' blocks
Diffstat (limited to 'TurtleArt/taexportpython.py')
-rw-r--r--TurtleArt/taexportpython.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py
index 19cf48e..3f3a03e 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -50,6 +50,7 @@ tw = get_tw()
BOX = {}
ACTION = {}
+heap = []