8 lines
105 B
Text
8 lines
105 B
Text
|
|
get "libhdr"
|
||
|
|
|
||
|
|
let start() be
|
||
|
|
$( let c = rdch()
|
||
|
|
if c = endstreamch then finish
|
||
|
|
wrch(c)
|
||
|
|
$) repeat
|