Datoteka

var f := Datoteka novi: (Mjesto-datoteke /tmp: ['test.txt']).
f pisati: ['test'].
var q := Datoteka novi: (Mjesto-datoteke /tmp: ['test.txt']).
Stdout pisati: q čitati, stop.
test