Closed skx closed 3 years ago
This pull-request, once complete will implement three new primitives:
between(value, lower, upper);
min(a,b);
max(a, b);
This will close #163.
So far I've added min and max, between will come shortly.
min
max
between
This pull-request, once complete will implement three new primitives:
between(value, lower, upper);
min(a,b);
max(a, b);
This will close #163.
So far I've added
min
andmax
,between
will come shortly.