Specify an include file for #calc, expects a single string to follow.
static bool execute(dictionary &parentDict, Istream &)
Execute the functionEntry in a sub-dict context.
static void codeInclude(dictionary &codeDict)
Add the cached include file names to the codeInclude entry.
static void clear()
Reset the cache of #calc include file names.
A functionEntry causes entries to be added/manipulated on the specified dictionary given an input str...
string & inplaceExpandEntry(string &s, const dictionary &dict, const bool allowEnvVars, const bool allowEmpty, const char sigil='$')
Inplace expand occurrences of variables according to the dictionary.