08-03 WRITE
中文:寫檔。
原文:write a record to a file
格式:#wri number {value} rec
範例:#FILE 1 log.txt
#WRI 1 {logged onto Dark Castle}
添加字串logged onto Dark Castle到編號為1的文字檔結尾。
#FILE 6 rec.fil
#WRI 6 {this is record 3} 3
寫字串this is record 3到檔案6的第3個紀錄。