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.
Comments
0 comments
Please sign in to leave a comment.