say-hello ( -- )


Vocabulary
raylib.demo

Inputs
None

Outputs
None

Definition


: say-hello ( -- )
"Hello, Factor!" 200 400 60 MAGENTA draw-text ;