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