Covered by EXCLAMATION-MARK•HYPHEN-MINUS.md

This commit is contained in:
Simon Forman
2022-03-27 11:03:57 -07:00
parent c39d6123a9
commit 6bfa06b34c
-24
View File
@@ -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 >=