Removed unused macro in console example
This commit is contained in:
parent
1704e23b4d
commit
acf6dcee48
|
@ -4,8 +4,6 @@
|
|||
Copies data from stdin to both stdout and stderr.
|
||||
)
|
||||
|
||||
%RTN { JMP2r }
|
||||
|
||||
|10 @Console [ &vector $2 &read $1 &pad $5 &write $1 &error $1 ]
|
||||
|
||||
( init )
|
||||
|
@ -23,4 +21,3 @@ BRK
|
|||
.Console/error DEO
|
||||
|
||||
BRK
|
||||
|
||||
|
|
Loading…
Reference in New Issue