[ 程序 ] 採用: [ 文本 ]

var f := 文件 新: (檔案位置 /tmp: “x.ctr”).
f 寫: “☞ x ≔ 123.”.
程序 採用: (檔案位置 /tmp: “x.ctr”).
Stdout 寫: x, 句末.