QUEL User Notes for DICTIONARY an DICT2 Examples
The QUEL version of the query for this example is shown below. This query is identical for both the DICTIONARY and DICT2 examples.
/* DICTIONARY - text example */
.NAME dict
.QUERY
range of d is ddef
range of r is dref
retrieve (d.word, d.definition, r.ref)
where d.word = r.word
Last modified date: 08/28/2024