This commit is contained in:
2026-04-09 10:41:58 +02:00
parent 0e23acdfb3
commit 52892e009d
6 changed files with 34 additions and 45 deletions

View File

@@ -8,6 +8,7 @@
(prefix-in g: gregor/time)
gregor-utils
racket-sprintf
simple-log
)
(provide while
@@ -32,8 +33,18 @@
date->string
string->datetime
datetime->string
dbg-webview
err-webview
info-webview
warn-webview
fatal-webview
)
(sl-def-log webview)
(define-syntax while
(syntax-rules ()
((_ cond body ...)