null

  • Updated

The value null means ‘no value’. Null can be used anywhere expression values are expected in irScript: right-hand-sides of assignments, method arguments, method return values, expression operands, etc.

Any unary or binary operation that includes null as an operand always returns null, except as noted above. Invoking a method or property on a null value results in an error.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.