Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > System variables > sysInlineShortOperations system variable (SDL script)
  
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"