On Thursday 07 June 2001 10:34, Chuck Esterbrook wrote:
> Also, can we change:
>       #parse file="foo.text"
>
> to:
>       #parse "foo.text"
>
> The "file=" gets redundant by the second time you use
> #parse.

Agreed. So it would be 

#include $var 
or 
#include "file.txt"

or 

#include verbatim $var 
or 
#include verbatim "file.txt"

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to