This commit is contained in:
2025-08-30 17:29:31 +02:00
parent 0a342f4164
commit b19a6ad0a0
2 changed files with 13 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
(:t "- " hd))
(:macro seq (hd .. tl)
(:seq hd) (:seq tl))
(':seq hd) (':seq tl))
(:macro @ (k)
(:t k ":"))