File

var f := File _neł: (Path /tmp: ['test.txt']).
f łrite: ['test'].
var q := File _neł: (Path /tmp: ['test.txt']).
Stdout łrite: q read, stop.
test