you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 1 year ago

No it's not, "" (a null/empty string) is the parameter. Not every function needs a parameter to be valid, and negation is one of them. Negating nothing is something, so "not()" = "not(null)" = "not(false)" = "true"

  • source
  • parent