Hi Patrice, > > @set x@c > > I am not sure how this should be interpreted?
Same as @set x The @c and everything following should be ignored. (The newline is already not included in an @set value, of course.) I think @set x@c and @set x @c are equivalent, because we already ignore spaces after the variable name. I mean, the value of x in @set x y is "y", not " y", of course. And yes, sure, I'll look at the manual. k