aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forth/types.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/types.fs b/forth/types.fs
index 5028bf3..2c4c8e0 100644
--- a/forth/types.fs
+++ b/forth/types.fs
@@ -448,7 +448,7 @@ MalNil
extend conj ( item nil -- mal-list )
drop MalList/Empty conj ;;
extend as-native drop 0 ;;
- extend get drop 2drop mal-nil ;;
+ extend get 2drop ;;
extend to-list drop MalList/Empty ;;
extend empty? drop mal-true ;;
extend mal-count drop 0 MalInt. ;;