[ File ] read

var f := File new: (Path /tmp: ['test.txt']).
f write: ['test'].
var q := File new: (Path /tmp: ['test.txt']).
Pen write: q read, stop.
test