Handbook
Glossary
digit-or-dot? ( str -- ? )
Vocabulary
build-from-source
Inputs
str
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
unicode
;
IN:
build-from-source
:
digit-or-dot?
( str -- ? )
{
[
digit?
]
[
46
=
]
}
1||
;