Citrine/EN | Manual

[ File ] write: [ String ]

☞ f ≔ File new: (Path /tmp: ‘test.txt’).
f write: ‘test’.
☞ q ≔ File new: (Path /tmp: ‘test.txt’).
✎ write: q read, stop.
test