Merge pull request #36 from ellerh/resize-file-limit
[debian/pforth] / fth / system.fth
index 5830cce317986a87169dc6267266f3a02c18ea8c..21200fac85da1cd06b85b34202520f1e41f5de44 100644 (file)
        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