We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Even with --strict this is accepted:
--strict
match 3: case "hello": pass
While this is rejected:
if 3 == "hello": pass