vocab-source-path ( vocab -- path/f )


Vocabulary
vocabs.loader

Inputs
vocaba vocabulary specifier


Outputs
path/fa pathname string or f


Word description
Outputs a pathname where source code for vocab might be found. Outputs f if the vocabulary does not have a known directory on disk.

Definition