Handbook
Glossary
v-local ( string -- string )
Vocabulary
webapps
.
fjsc
Inputs
string
an
object
Outputs
string
an
object
Definition
USING:
kernel
sequences
;
IN:
webapps.fjsc
:
v-local
( string -- string )
dup
"http:"
head?
[
"Unable to compile code from remote sites"
throw
]
when
;