We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow { 1 == 1 true false }
And so on...
Note that we can't do much about a single true in an otherwise empty body, as:
true
allow := true
will be rewritten as:
allow = true { true }
So we can accept that as an exception for now.
Status