aboutsummaryrefslogtreecommitdiff
path: root/forth/types.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/types.fs')
-rw-r--r--forth/types.fs2
1 files changed, 0 insertions, 2 deletions
diff --git a/forth/types.fs b/forth/types.fs
index b936603..791f327 100644
--- a/forth/types.fs
+++ b/forth/types.fs
@@ -241,8 +241,6 @@ def-protocol-method eval-invoke ( env list obj -- ... )
def-protocol-method invoke ( argv argc mal-fn -- ... )
-
-
: m= ( a b -- bool )
2dup = if
2drop true