# say.xeq - dumps the contents of an input file # to the stdlist (ie: say < textfile). # Mike Fitzwilliam - J. P. Morgan & Co. setvar n finfo(hpstdin,"eof") while setvar(n,n-1) >=0 setvar buf input() echo !buf endwhile