Friend, How can open a txt file in Squeak4.1 ,the code Shall be like this:
at: #f put: (FileStream open: '/root/test' mode: FileStream read) !
f do: [ :c | Transcript nextPut: c ] !
f close !
can any body give some hints on how to open the file and do the + - * / equation ? thanks first :)