Esterel Technologies
Are all LUSTRE operators implemented in the SCADE language?
No. You should be aware that SCADE Language is slightly different from LUSTRE. LUSTRE might be considered as a kernel for SCADE language, but all its operators are not available in SCADE.
For example, if you try to use the concatenation operator | (defined for LUSTRE, but not available in SCADE) in a SCADE textual node, you will get the following error:
error ERRSYN_INVALID_ID: Invalid Identifier |
For further information about SCADE Language syntax, please refer to the SCADE Language reference manual.
