Can I have multiple function definitions inside a single code block 
($code:)?  For example:

$code:
    def foo():
        return 'foo'
    def bar():
        return 'bar'

This obviously doesn't work, the def bar portion gets printed, but I'm 
wondering if there's a proper way.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to