Subversion Repositories wimsdev

Rev

Rev 13291 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

Model for an slib
The first part is for the documentation.

<code>
!if $wims_read_parm!=slib_header
  !goto proc
!endif

slib_author=
slib_parms=3\
default, explanation\
default, explanation\
default, explanation

slib_example=example1\
example2

slib_require=
slib_out= result of the slib
slib_comment= more explanation

!exit

&#58;proc

!distribute items $wims_read_parm into slib_xx, slib_yy, slib_zz, and so on

...

calculation

slib_out=
</code>

The result must be in the variable slib_out.
Please prefix all the variables names by slib_