<help-command> ( command-loop -- command )


Vocabulary
command-loop.private

Inputs
command-loopan object


Outputs
commandan object


Definition


: <help-command> ( command-loop -- command )
"help" swap [ do-help ] curry
"List available commands with 'help' or detailed help with 'he..."
{ "?" } <command> ;