Just wondering ... Is there any easy way to do stuff like:
<% if foobar: %> ... <% elif babar: %> ... <% else: %> ... <% end %> in PSP without using braces? I realise that the example above doesn't work unmodified; I think the "end" solution is quite nice... But can it be used for multi-block statements (with else clauses etc)? By simply recognising the keywords catch, else, and elif most of those could be covered -- no? (Can't think of any others at the moment.) -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
