[ Program ] use: [ Striŋ ]

var f := File _neł: (Path /tmp: ['x.ctr']).
f łrite: ['☞ x ≔ 123.'].
Program use: (Path /tmp: ['x.ctr']).
Stdout łrite: x, stop.