You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
( dev/console ) |
|
|
|
( |
|
Copies data from stdin to both stdout and stderr. |
|
) |
|
|
|
|10 @Console [ &vector $2 &read $1 &pad $5 &write $1 &error $1 ] |
|
|
|
( init ) |
|
|
|
|0100 ( -> ) |
|
|
|
;on-stdin .Console/vector DEO2 |
|
|
|
BRK |
|
|
|
@on-stdin ( -> ) |
|
|
|
.Console/read DEI |
|
DUP .Console/write DEO |
|
.Console/error DEO |
|
|
|
BRK
|
|
|