Subversion Repositories wimsdev

Rev

Rev 11210 | Rev 11292 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11223
Line 2... Line 2...
2
tit:bound
2
tit:bound
3
type:$type_exec
3
type:$type_exec
4
syntax:!bound `vname' between [integer]`v1' and `v2' [default `defaultvalue']\
4
syntax:!bound `vname' between [integer] `v1' and `v2' [default `defaultvalue']\
5
  !bound `vname' within `list' [default `defaultvalue']
5
  !bound `vname' within `list' [default `defaultvalue']
6
mean:bound the range of the variable `vname'. Usually this is used on user-submitted variables.\
6
mean:bound the range of the variable `vname'. Usually this is used on user-submitted variables.\
7
<br/>The first syntax is usually for numerical variables (integer or real,\
7
<br/>The first syntax is usually for numerical variables (integer or real,\
8
  defaults to real). In this case `v1' and `v2' supplies the lower and \
8
  defaults to real). In this case `v1' and `v2' supplies the lower and \
9
  upper bounds for the value of `vname'. <br/>\
9
  upper bounds for the value of `vname'. <br/>\