[ 文件 ] 讀取數據

var f := 文件 新: (檔案位置 /tmp: “test.txt”).
f 寫: “test”.
var q := 文件 新: (檔案位置 /tmp: “test.txt”).
Stdout 寫: q 讀取數據, 句末.
test