Fix accidental readermacro stub

This commit is contained in:
2020-11-21 16:21:34 -07:00
parent ec5082a05c
commit 9bc1bb45fd

View File

@@ -1,7 +1,5 @@
(defreadermacro "!" [stream] #|ReaderExp.StrExp(stream.expect("a string line", function () stream.takeLine()))|#)
(defreadermacro )
(defun myLine []
!String that takes the rest of the line
)