(def menu (name items (o sel nil)) (tag (select name name) (each i items (tag (option selected (is i sel)) (pr i)))))
From html.arc ©
html.arc