Closed mandel closed 5 years ago
The constants are given by the argument of the query as a record named constants. The access to a constant x is then constants.x.
constants
x
constants.x
To simplify the code, Imp functions now only take one argument.
The constants are given by the argument of the query as a record named
constants
. The access to a constantx
is thenconstants.x
.To simplify the code, Imp functions now only take one argument.