-
Notifications
You must be signed in to change notification settings - Fork 2
JUSTPREP_KEYWORDS
Dewayne VanHoozer edited this page Jun 26, 2022
·
4 revisions
'include import require with' is the default.
Many programming languages support some kind of inclusionary keyword in their syntax.
- Ruby has
require
andload
- Ada has
with
- others use
import
orinclude
The JUSTPREP_KEYWORDS
system environment variable allows you to specify the inclusionary keywords that you want to use in your projects. You can specify more than one which is a given if you are working on multiple projects in various languages.
The value of JUSTPREP_KEYWORDS is a string. If you are using more than one keyword, use a space character to separate the keywords.
DO NOT have the same value in JUSTPREP_KEYWORDS as you do in JUSTPREP_MODULE_KEYWORD otherwise there will be trouble.