Closed
Description
Feature Use Case
While I wouldn't write !!true
by hand, I have some code that's outputting it as the result of a define replacement. It's a pretty minor thing, but would potentially save a couple of characters to condense !!true
to true
Feature Proposal
Replace !!true
with true
. That doesn't appear to happen today: