Non-Confidential | ![]() | 101092_0100_03_en | ||
| ||||
Home > LISA+ Preprocessor > LISA+ preprocessor scopes |
LISA+ source code has different preprocessor scopes.
behavior
, includes
, or resources
section code is LISA+
top-level code. This code consists only of LISA+ keywords and LISA+ constructs.includes
and resources
includes
and resources
sections.behavior
behavior
sections. All bodies of behavior
definitions
are behavior
code. The code is C/C++ with LISA+ keyword
extensions.Each character of LISA+ source code belongs to one of these scopes.
These scopes affect macro expansion and impose restrictions on some preprocessor statements.