Index

(misc)

o2exp

mix o2exp(integer $exp_n)

Returns the value of a requested expression.

ATTENTION! Expression value is not cached in any way and expression code will be re-evaluated. For complex and time-consuming expressions consider storing value in variables to avoid multiple evaluations.


Parameters:
  1. $exp_n
  2. Expression index
Related functions:

o2val