So equal signs are special and need to be escaped??? Oh no
i came here because i have a filename that is passing and failing depending on if or iff and it’s a filename with an equals in it. Have to do some testing now.
Equal signs are not special, and do not need to be escaped. Except that a = is considered a whitespace character when the parser is assigning the %1 - %n batch variables (for compatibility with CMD). And IF has to do a lot of gymnastics because of people doing not-smart things like "if "a==b" (again, CMD compatibility).
Technically a = is not a valid filename character, but like % people will find a way to jam it into their filenames. Double or single quoting the argument will prevent TCC from considering it whitespace.
wcwidth! Like the python module! Ooooooooooooooooh i can’t wait! So awesome! thank you! This will make some amazing things possible that just weren’t before! :)
[i still haven’t officially cut over to 34 yet]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.