Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
language:langs:chp [2022/05/13 08:48]
rajit
language:langs:chp [2022/07/22 15:11]
rajit [Channels in expressions]
Line 173: Line 173:
 </code> </code>
  
 +==== Functions in expressions ====
 +
 +The CHP language supports functions in expressions. These  functions can be templated, and must operate on ''int'' or ''bool'' arguments (no array arguments at present). The syntax for functions can be found with general rules for [[language:expressions|expressions]].
 ==== More on channel expressions and probes ==== ==== More on channel expressions and probes ====