one more raw haxe semicolon

This commit is contained in:
2022-06-18 20:53:03 +00:00
parent f365b392d2
commit d8394f92e5

View File

@@ -16,7 +16,7 @@
(var mySum (pluppers fluffers buffers))
// Read b c directly as strings
(defReaderMacro ["b" "c"] [stream] #{ReaderExp.StrExp(stream.expect("b, or c", function () stream.takeChars(1)))}#)
(defReaderMacro ["b" "c"] [stream] #{ReaderExp.StrExp(stream.expect("b, or c", function () stream.takeChars(1)));}#)
(var str1 b)
(var str2 c)