[ File ] string

☞ x ≔ File new.
✎ write: x, stop.
☞ y ≔ File new: (Path /tmp: ‘a.txt’).
✎ write: y, stop.
[File (no path)]
/tmp/a.txt