(misc)
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.