Aristotle Pagaltzis wrote: > I am not aware of any context where // is ambiguous as to whether it > means defined-or or empty match. "int // - $z" could be parsed as either "int(// - $z)" or "int() // (-$z)". It actually parses as the former, but if "//" is replaced with "||" then it parses the latter way. So presumably if "//" ceased to be a valid term, then it would change the parsing here, making it consistent with "||". -zeframThread Previous | Thread Next