Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
 KIELERYAKINDU 
Typesystem
  • pure: only makes sense for Signals. Signals are absent or present.
  • host: no actual type is given. The given type in the hostType attribute is used.
  • bool
  • unsigned
  • int
  • integer, float
  • double
  • string
  • integer
  • realboolean, 
  • boolean 
  • string
  • void
 
Expressions 
  • Logical AND (var1 && var2)
  • Logical OR (var1 || var2)
  • Logical NOT (!var1)
  • Conditional Expression 
    (var1 ? var2 : var3)
   
Operations
  • none
  • add
  • mult
  • max
  • min
  • or
  • and
  • host