Changes between Version 1 and Version 2 of SemanticQuery/MacroEntity
- Timestamp:
- Apr 19, 2012, 8:58:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticQuery/MacroEntity
v1 v2 8 8 == Selectors == 9 9 10 '' After the name of the selector between parentheses you can find the type of the elements in the resulted set.''10 ''In parentheses you find the type of the result elements.'' 11 11 12 12 * {{{refs}}} (''expression''): returns every expression that refers to the given macro with the form {{{?Macro...}}}. … … 17 17 Macro entities have the following properties: 18 18 * {{{name}}} (''atom, string''): returns the identifier of the macro. 19 * {{{arity}}} (''int''): returns the arity of a given parametric macro. I f the macro is a constant,the arity is 0.20 * {{{const}}} (''bool''): returns true if the given macro is a constant. Note, that there are parametric macros with no parameters, the seare treated as non-constant macros.19 * {{{arity}}} (''int''): returns the arity of a given parametric macro. In case of a constant macro the arity is 0. 20 * {{{const}}} (''bool''): returns true if the given macro is a constant. Note, that there are parametric macros with no parameters, they are treated as non-constant macros.