Handbook
Glossary
while-window-open ( quot -- )
Vocabulary
rlgl
.
demo
Inputs
quot
an
object
Outputs
None
Definition
USING:
kernel
raylib
;
IN:
rlgl.demo
:
while-window-open
( quot -- )
[
window-should-close
not
]
swap
while
;
inline