From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt (limited to 'amforth-6.5/common/lib/forth2012/double/d-greater-zero.frt') 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 -; -- cgit v1.2.3