repeat until not changed anymore

This commit is contained in:
2025-08-30 17:54:38 +02:00
parent b19a6ad0a0
commit f87e5c36f4
2 changed files with 25 additions and 16 deletions

View File

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