Index: trunk/doc/user/06_feature/query/lang.html =================================================================== --- trunk/doc/user/06_feature/query/lang.html (revision 35356) +++ trunk/doc/user/06_feature/query/lang.html (revision 35357) @@ -18,7 +18,6 @@
  • the rule keyword; syntax: rule NAME, where NAME is an arbitrary string
  • build variables (lists) using search statements, using the let keyword
  • state assertions about those lists, using the assert keyword -
  • comments, empty lines

    A simpler variant of a rule is a single expression, without any rule or @@ -27,6 +26,11 @@ Various parts of pcb-rnd, including the advanced search feature and the query() action, runs a DRC rule (typically the simplified, single-expression variant) to find/select/list drawing objects. +

    +(Note: the language does not support comments, but the files scripts are loaded +from usually do. Please refer to the file format specification of those files, +typically lihata or tEDAx. This also means such comments are not loaded into +memory and can not be seen or edited on the GUI.)

    Variables (lists)