fix typecheck error. Error was caused by using "stdio" instead of stdio

symbol.
cvs
Chris Double 2004-12-29 03:12:37 +00:00
parent f3a37722e6
commit d9328473d1
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ USE: html
#! Run the quotation inside an HTML stream wrapped
#! around stdio.
<pre>
"stdio" get <html-stream> [
stdio get <html-stream> [
call
] with-stream
</pre> ;

View File

@ -41,7 +41,7 @@ USE: prettyprint
<namespace> [
"responder" "inspect" put
<pre>
"stdio" get <html-stream> [
stdio get <html-stream> [
apropos.
] with-stream
</pre>