Covered by EXCLAMATION-MARK•HYPHEN-MINUS.md
This commit is contained in:
parent
c39d6123a9
commit
6bfa06b34c
|
|
@ -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 >=
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue