!= operator (SDL script)
This operator tests for inequality in a conditional statement.
You can use <> instead.
In this example, the FunctionPointer.sdl generation template is loaded only if the C Function Pointer Return property is not blank.
%if %custom "C Function Pointer Return" != "" %then
%load "FunctionPointer.sdl"
%endif