math.order: improve docs for invert-comparison.
parent
40e7813214
commit
7e3a5fc1b2
|
@ -31,7 +31,7 @@ HELP: +gt+
|
|||
{ $description "Output by " { $link <=> } " when the first object is strictly greater than the second object." } ;
|
||||
|
||||
HELP: invert-comparison
|
||||
{ $values { "<=>" symbol } { ">=<" symbol } }
|
||||
{ $values { "<=>" "an ordering specifier" } { ">=<" "an ordering specifier" } }
|
||||
{ $description "Invert the comparison symbol returned by " { $link <=> } "." }
|
||||
{ $examples
|
||||
{ $example "USING: math.order prettyprint ;" "+lt+ invert-comparison ." "+gt+" } } ;
|
||||
|
|
Loading…
Reference in New Issue