aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt')
-rw-r--r--amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt8
1 files changed, 0 insertions, 8 deletions
diff --git a/amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt b/amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt
deleted file mode 100644
index 3628320..0000000
--- a/amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-\ #require d-less-zero.frt
-
-: d0> ( d -- f)
- 2dup or >r \ not equal zero
- d0< 0= r> and \ and not less zero
- 0= 0= \ normalize to 0/-1 flag
-;