Covered by EXCLAMATION-MARK•HYPHEN-MINUS.md
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
--------------------
|
||||
|
||||
## !-
|
||||
|
||||
"not negative"
|
||||
|
||||
(Function, Boolean Predicate)
|
||||
|
||||
Integer on top of stack is replaced by Boolean value indicating whether
|
||||
it is non-negative.
|
||||
|
||||
N !-
|
||||
----------- N < 0
|
||||
false
|
||||
|
||||
N !-
|
||||
---------- N >= 0
|
||||
true
|
||||
|
||||
|
||||
### Definition
|
||||
|
||||
0 >=
|
||||
|
||||
Reference in New Issue
Block a user