Reference of the HALCON Script Languageđź”—
This part introduces the syntax and the semantics of HDevelopEVO prototyping language, called “HALCON Script”.
It illustrates what can be entered into a parameter slot of an operator or procedure call.
In the simplest case, this is the name of a variable, but it can also be an arbitrary expression like sqrt(A)
.
Besides, control structures (like loops) and the semantics of parameter passing are described.
Note
The HALCON operators as such are not described in this section. For more information, see the HALCON Reference.