parent
209cb7cc90
commit
cb4c439646
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -37,6 +37,8 @@ USE: kernel
|
|||
USE: prettyprint
|
||||
USE: unparser
|
||||
USE: url-encoding
|
||||
USE: combinators
|
||||
USE: files
|
||||
|
||||
|
||||
: <todo> ( user password -- <todo> )
|
||||
|
|
Loading…
Reference in New Issue