3.8 Databases in RulesDatabases are accessed inside the RHS of rules with the $( and $) operators:
$( This looks up key in the database named name and replaces the entire expression (operators and all) with the value found in the database. If no value is found, the key replaces the expression, unless a $: gives a default:
$( in which instance the default replaces the entire expression. Optional replacement text can be appear between the name and the $: (if one) or the $) . Each is of the form " $@ text ":
$(
The first (the
$@
|
|