Or, if that's too many parens for you:
(mcond (< a b) -1 (> a b) 1 0)
The definition of MCOND is four lines of code and can be found here:
https://github.com/rongarret/ergolib/blob/master/core/ergoba...
Or, if that's too many parens for you:
(mcond (< a b) -1 (> a b) 1 0)
The definition of MCOND is four lines of code and can be found here:
https://github.com/rongarret/ergolib/blob/master/core/ergoba...