[ File ] append: [ Striŋ ]

☞ x ≔ File _neł: (Path /tmp: ‘a.txt’).
x łrite: ‘123’.
✎ łrite: x read, stop.
x append: ‘345’.
✎ łrite: x read, stop.
123
123345