On Apr 30, 2009 at 21:07, Juha Heinanen <jh(a)tutpro.com> wrote:
i would prefer to have no automatic conversion of int
to string or
string to int or conversion of undefined variable to anything. it would
be enough if there exist conversion functions int() and str() like in
python. this would also greatly simplify the implementation.
That would completely break current configs (which might not be a bad
thing after all, but would make transition more difficult).
I'm going to merge what I have right now and leave bigger changes for
future releases (not the next release).
Andrei