[ Program ] input

>> a := Program input.
Out write: a, stop.


~$ echo 123 | x.ctr
123
~$_