say-hello ( -- )


Vocabulary
raylib.demo.gui

Inputs
None

Outputs
None

Definition


: say-hello ( -- ) "Hello Factor!" 4 4 30 RED draw-text ;