Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
space? ( ch -- ? )
Vocabulary
ini-file.private
Definition
USING:
combinators.short-circuit
kernel
;
IN:
ini-file.private
:
space?
( ch -- ? )
{
[
32
=
]
[
9
=
]
[
10
=
]
[
13
=
]
[
12
=
]
[
11
=
]
}
1||
;