! this works, since command-line is an array ! although the original die problem still seems like a bug USING: command-line io kernel namespaces sequences ; IN: broken : broken ( -- ) command-line get [ [ write nl ] each ] when* ; MAIN: broken