Actions
Comment¶
The comment character (#) signals to the interpreter that the text following is a comment and should not be processed. The comment character is only useful within TQL scripts.
For example, the following query is not executed:
# select $subject $predicate from <rmi://mysite.com/foo> where $subject $predicate 'Booya';
Updated by Paula Gearon over 16 years ago ยท 3 revisions