On Thu, Jun 26, 2008 at 9:47 PM, Justin Davis <[EMAIL PROTECTED]> wrote: > > Here's a feature request :) > > In the syntax for "$var foo: bar" -- it would be really handy if you > could define a list there. For instance, > > #File test.html > $var scripts = ['prototype.js', 'baz.js']
Thats an interesting idea, but it will break backward-compatibility. As of now you can do: $var title: Hello, world! so, var is designed for plain string properties. It isn't very hard to add new keyword to do that kind of stuff, but I worried about adding a new keyword. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
