[ 文件 ] 附加: [ 文本 ]

var x := 文件 新的: (档案位置 /tmp: ['a.txt'])。
x 写入: ['123']。
Stdout 写入: x 读取数据, 停止。
x 附加: ['345']。
Stdout 写入: x 读取数据, 停止。
123
123345