Handbook
Glossary
double-width? ( type -- ? )
Vocabulary
io
.
encodings
.
iso2022
.
private
Inputs
type
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
namespaces
;
IN:
io.encodings.iso2022.private
:
double-width?
( type -- ? )
{
[
jis208
get-global
eq?
]
[
jis212
get-global
eq?
]
}
1||
;