Merge pull request #36 from ellerh/resize-file-limit
[pforth] / fth / system.fth
index 5830cce..21200fa 100644 (file)
        rot = -rot = and
 ;
 
        rot = -rot = and
 ;
 
+: D< ( d1 d2 -- flag )
+    d- nip 0<
+;
+
+: D> ( d1 d2 -- flag )
+    2swap d<
+;
+
 \ define some useful constants ------------------------------
 1 0= constant FALSE
 0 0= constant TRUE
 \ define some useful constants ------------------------------
 1 0= constant FALSE
 0 0= constant TRUE