Expressions

KCM Core allows the use of expressions everywhere a value can be used in a script:

  • As the value part of a parameter
  • As the default value of a parameter or variable
  • As the value of a constant
  • As the value of a variable during declaration and assignment

The expressions are evaluated and then replaced by their value.