compare.Conditional
compare.Conditional CONTROL ARG1 ARG2
Returns one of two arguments depending on the value of the control argument.
compare.Default
compare.Default DEFAULT INPUT
Returns the second argument if set, else the first argument.
compare.Eq
compare.Eq ARG1 ARG2 [ARG...]
Reports whether the first argument is equal to any of the subsequent arguments.
compare.Ge
compare.Ge ARG1 ARG2 [ARG...]
Reports whether the first argument is greater than or equal to all of the subsequent arguments.
compare.Gt
compare.Gt ARG1 ARG2 [ARG...]
Reports whether the first argument is greater than all of the subsequent arguments.
compare.Le
compare.Le ARG1 ARG2 [ARG...]
Reports whether the first argument is less than or equal to all of the subsequent arguments.
compare.Lt
compare.Lt ARG1 ARG2 [ARG...]
Reports whether the first argument is less than all of the subsequent arguments.
compare.Ne
compare.Ne ARG1 ARG2 [ARG...]
Reports whether the first argument is not equal to any of the subsequent arguments.
