Did you know ... Search Documentation:
dicts.pl
PublicShow source
Source .(+R, +L, -Result)
Evaluate dot expressions. Note that '$get_dict_ex' fails if the first argument is not a dict or the second is not a valid key or unbound.
Source eval_dict_function(+Func, +Tag, +Dict, -Value)[private]
Test for predefined functions on dicts or evaluate a user-defined function.
Source put_dict_path(+KeyPath, +Dict, +Value, -NewDict)[private]
Add/replace a value according to a path definition. Path segments are separated using '/'.
Source get_dict_path(+Path, +Dict, -Value)[private]
Source system:term_expansion(+TermIn, -TermOut)[multifile]
Support := syntax for defining new functions.
To be done
- Modify to term_expansion/4, including position management