% $Id: StreamEnd.oz,v 1.1 2007/11/19 16:42:31 leavens Exp leavens $ declare S1 in {Browse S1} % S1 is end of the list declare S2 in S1=1|S2 % now S2 is end of the list declare S3 in S2=2|S3 % now S3 is end of the list declare Z2 in S3=3|Z2 % now Z2 is end of the list