Changes to get things working with the combinators and files vocab

changes.
cvs
Chris Double 2004-09-02 01:18:42 +00:00
parent 209cb7cc90
commit cb4c439646
3 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ USE: stdio
USE: stack
USE: namespaces
USE: html
USE: combinators
: simple-page ( title quot -- )
#! Call the quotation, with all output going to the

View File

@ -32,6 +32,7 @@ USE: cont-responder
USE: stdio
USE: namespaces
USE: lists
USE: combinators
: get-live-updater-js* ( stream -- string )
#! Read all lines from the stream, creating a string of the result.

View File

@ -37,6 +37,8 @@ USE: kernel
USE: prettyprint
USE: unparser
USE: url-encoding
USE: combinators
USE: files
: <todo> ( user password -- <todo> )