On Thu, Apr 19, 2012 at 10:09 AM, Makto <zhongq...@gmail.com> wrote:

> Thanks:)
> But I saw some different codes on the same page:
>
> Another example:
>
> $def tr(values):
>     <tr>
>     $for v in values:
>         <td>$v</td>
>     </tr>
>
> $def table(rows):
>     <table>
>     $for row in rows:
>         $:row
>     </table>
>
>
> Here, colon and indentation are used.
> I'm confused.
> Of course, the best way to solve this is to test it myself....
> I just hope the confusion could remind our guys of the ambiguity of the
> documentation.
>

The "$def with" at the beginning of template is a special case without
colon and no indentation. Except that everything else looks very much like
Python.

Anand

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to