main-vocab ( -- vocab )


Vocabulary
command-line

Inputs
None

Outputs
vocaba string


Word description
Outputs the name of the vocabulary which is to be run on startup using the run word. The -run command line switch overrides this setting.

Definition


: main-vocab ( -- vocab )
embedded?
[ "alien.remote-control" ] [
main-vocab-hook get
[ ( -- vocab ) call-effect ] [ "listener" ] if*
] if ;