E. Report-Writer Report Examples : DICT2 Example : QUEL User Notes for DICTIONARY an DICT2 Examples
 
Share this page                  
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