Bestand

>> f := Bestand nieuw: (Bestandslocatie /tmp: ['test.txt']).
f schrijf: ['test'].
>> q := Bestand nieuw: (Bestandslocatie /tmp: ['test.txt']).
Uit schrijf: q lezen, stop.
test