文件

var f := 文件 新的: (档案位置 /tmp: ['test.txt'])。
f 写入: ['test']。
var q := 文件 新的: (档案位置 /tmp: ['test.txt'])。
Stdout 写入: q 读取数据, 停止。
test