From 773ed9f689346717d63fe5bbf50d4e9e9a2908b1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 22 Feb 2010 12:16:02 +0000 Subject: sting args to Python function --- (limited to 'taconstants.py') 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'] -- cgit v0.9.1