Handbook
Glossary
numbered-log-line? ( log-line-components -- ? )
Vocabulary
gpu
.
shaders
.
private
Inputs
log-line-components
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
math
math.parser
sequences
;
IN:
gpu.shaders.private
:
numbered-log-line?
( log-line-components -- ? )
{
[
length
4
>=
]
[
third
string>number
]
}
1&&
;