Handbook
Glossary
add-response-line ( ftp-response string -- ftp-response )
Vocabulary
ftp
Inputs
ftp-response
an
object
string
an
object
Outputs
ftp-response
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
ftp
:
add-response-line
( ftp-response string -- ftp-response )
over
strings>>
push
;