6 lines
107 B
Factor
6 lines
107 B
Factor
|
|
USE: io
|
||
|
|
USE: namespaces
|
||
|
|
|
||
|
|
"output" write flush
|
||
|
|
"error" stderr get stream-write stderr get stream-flush
|