Previous Next Index Close


2.2.2.1.1)  Passing Arguments

description: The simple reference is evaluated. In the new category the arguments are expanded like macro's in the simple references used in this category and in all subcategories of this category at any depth yet in the same file.

format:
<simple reference> ";" <argument> "=" <value>
   ( "," <argument> "=" <value> )*
remark: This is comparable to a function-call with arguments. Looking at it this way, it is possible to use recursive calls and to have functions call other functions.

example:
   metallica
      /gnutella search -> /script ; band = metallica
   !script
      /tellaseek -> tellaseek.php?topic=_band
      /webtella -> webtella.php?topic=_band
   %


Previous Next Index Close