Changes between Version 1 and Version 2 of SemanticQuery/MacroEntity


Ignore:
Timestamp:
Apr 19, 2012, 8:58:51 AM (13 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/MacroEntity

    v1 v2  
    88== Selectors ==  
    99 
    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.'' 
    1111 
    1212* {{{refs}}} (''expression''): returns every expression that refers to the given macro with the form {{{?Macro...}}}. 
     
    1717Macro entities have the following properties: 
    1818* {{{name}}} (''atom, string''): returns the identifier of the macro. 
    19 * {{{arity}}} (''int''): returns the arity of a given parametric macro. If 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, these are 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.