This introduces a RESIZE-FILE-LIMIT
[pforth] / fth / system.fth
index c1b7f66..48572cf 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