fix a misplaced paren

This commit is contained in:
2022-07-03 02:03:27 +00:00
parent 046eb8ddda
commit 0d5dbcd9ce

View File

@@ -25,13 +25,11 @@
(ui.enterText
"${arg.name} (up to ${maxLength} characters):"
trySubmit
maxLength))
(trySubmit (readString stream)))
maxLength)
(trySubmit (readString stream))))
((VarText maxLength)
(unless maxLength (set maxLength Math.POSITIVE_INFINITY))
(let [collectedText []]
(localFunction :Void enterTextAgain []
(localFunction :Void trySubmit [text]
(if !text