Op 3-12-2018 om 16:13 schreef Benoit St-Jean via Pharo-users:
file := StandardFileStream readOnlyFileNamed: 'C:\Recv\day.1.input'. [file atEnd] whileFalse: [numbers add: (file nextLine asInteger)]. file close.
very wierd, on my Pharo 7 box I do not work. I also see a message that temp variables are not written or read
Can you try your code on my input : https://gist.github.com/RoelofWobben/001a0d7f9a8d5b5a0ebbc3f133dbd032
and tell me the outcome. I have solved it already so you do not spoil anything Roelof