Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-22 12:16:02 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-22 12:16:02 (GMT)
commit773ed9f689346717d63fe5bbf50d4e9e9a2908b1 (patch)
treeb816197d141edb3323e5629f3ce1b6f765255d4e /taconstants.py
parentce3458a9361c1e80cda15e9d33ba318dcef37074 (diff)
sting args to Python function
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taconstants.py b/taconstants.py
index cc0ef1a..7790f07 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -534,7 +534,7 @@ DEFAULTS = {
STRING_OR_NUMBER_ARGS = ['plus2', 'equal2', 'less2', 'greater2', 'box',
'template1x1', 'template1x2', 'template2x1', 'list',
'template2x2', 'template1x1a', 'templatelist', 'nop',
- 'print', 'stack', 'hat', 'addturtle']
+ 'print', 'stack', 'hat', 'addturtle', 'myfunc']
CONTENT_ARGS = ['show', 'showaligned', 'push', 'storein', 'storeinbox1',
'storeinbox2']