Raw File
namelist
;;; -*- logo -*-

to namelist :names
if wordp :names [output list [] (list :names)]
output list [] :names
end

bury "namelist
back to top