refresh ( prefix -- )
Factor handbook » Developer tools » Runtime code reloading

Next:refresh-all ( -- )


Vocabulary
vocabs.refresh

Inputs
prefixa string


Outputs
None

Word description
Reloads source files and documentation belonging to loaded vocabularies whose names are prefixed by prefix which have been modified on disk.

See also
refresh-all

Definition