formatting

This commit is contained in:
2021-05-22 12:12:12 -06:00
parent f48318bee4
commit d826755507
2 changed files with 8 additions and 1 deletions

View File

@@ -230,3 +230,9 @@
string Std.string
random Std.random
int Std.int)))
(defmacro withValueOrInputBox [v &rest body]
`(if ,v
{,@body}
(awaitLet [,v (inputBox)]
,@body)))