(def buts (name . texts) (if (no texts) (but) (do (but (car texts) name) (each text (cdr texts) (pr " ") (but text name)))))
From html.arc ©
html.arc