ie:
This sounds more like PHP code, where a @ prefixing a function means
that even if there are errors or warnings, you don't want to see them.
@if os.exists(foo):
etc
etc
>
and
>
@for blah:
etc
etc
>
etc
etc
>
and
>
@for blah:
etc
etc
>
that even if there are errors or warnings, you don't want to see them.
Comment