Citrine/EN | Manual

[ Program ] use: [ String ]

☞ f ≔ File new: (Path /tmp: ‘x.ctr’).
f write: ‘☞ x ≔ 123.’.
Program use: (Path /tmp: ‘x.ctr’).
✎ write: x, stop.
123