NIL

System Testing Test Script Language.

Syntax

NIL

Description

NIL is a macro that represents the value of a null pointer and can be used in any C expression.

Example

...

SCENARIO Main

CALL free_object(@NIL@object)

...

END SCENARIO

Related Topics

NONIL