Handbook
Glossary
gl-function? ( word -- ? )
Vocabulary
opengl
.
annotations
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
accessors
ascii
combinators.short-circuit
kernel
sequences
;
IN:
opengl.annotations
:
gl-function?
( word -- ? )
name>>
{
[
"glGetError"
=
not
]
[
"gl"
head?
]
[
third
LETTER?
]
}
1&&
;