sysInlineShortOperations system variable (SDL script)
This system variable applies only to the SDL scripts for C and C++.
The sysInlineShortOperations system variable (a global numeric) controls whether short operations are generated inline.
In this example, the sysInlineShortOperations system variable is used to determine whether the SMGIsInline.sdl generation template should be called.
%if %getvar "sysInlineShortOperations" == 1 %then
%load "SMGIsInline.sdl" %param "nIsInline"