Hmm... then I'll have to fight a lot with the grammar, in order to
allow all of this:
f = set
f = set("truc")
set("truc",machin)
set this = that
This is not trivial if I keep set as a special token for the special
form "set THIS = THAT", which by the way could be read as "set ; THIS
= THAT".I'll try to think about how backward-compatible it can be, but I can't promise much. -- David
