(command-line) ( -- args )
Factor handbook » The implementation » Command line arguments

Prev:Command line switches for general usage
Next:main-vocab-hook


Vocabulary
command-line

Inputs
None

Outputs
argsa sequence of strings


Word description
Outputs the raw command line parameters which were passed to the Factor VM on startup.

We recommend using the vm-path and command-line symbols instead.

Definition