Handbook
Glossary
ftp-response-code ( string -- n/f )
Vocabulary
ftp
.
client
Inputs
string
an
object
Outputs
n/f
an
object
Definition
USING:
kernel
sequences
;
IN:
ftp.client
:
ftp-response-code
( string -- n/f )
dup
fourth
45
=
[
drop
f
]
[
(ftp-response-code)
]
if
;