Subversion Repositories wimsdev

Rev

Rev 11210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11292
Line 2... Line 2...
2
tit:declosing
2
tit:declosing
3
type:$type_both
3
type:$type_both
4
syntax:!declosing `string'
4
syntax:!declosing ``string''
5
mean:Strips off enclosing pair of parentheses ((),[],{}) in `string'. \
5
mean:Strips off enclosing pair of parentheses ((),[],{}) in ``string''. \
6
  Useful for treatment of user-input vectors or sets, \
6
  Useful for treatment of user-input vectors or sets, \
7
  where some users use enclosing parentheses and other do not.
7
  where some users use enclosing parentheses and other do not.