Handbook
Glossary
start-game ( attributes -- game-world )
Vocabulary
game
.
worlds
Inputs
attributes
an
object
Outputs
game-world
an
object
Definition
USING:
kernel
ui
;
IN:
game.worlds
:
start-game
( attributes -- game-world )
f
swap
open-window*
;