Subversion Repositories wimsdev

Rev

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

Rev 9375 Rev 11210
Line 1... Line 1...
1
!! +var+ +exec+ +string+
1
!! +var+ +exec+ +string+
-
 
2
tit:append
2
$lst_tit append$lst_titend$type_both
3
type:$type_both
3
  $(lst_syntax)append $emph object s1 $emphend to $emph str $emphend</span>
4
syntax:!append `object s1' to `str'
4
  $lst_mean String manipulation: append object $emph s1 $emphend to the
5
mean:String manipulation: append object `s1' to the string `str'; `object' may be `item', `word',\
5
  string $emph str$emphend; $emph object$emphend may be $emph item$emphend,
-
 
6
  $emph word$emphend, $emph line$emphend, $emph colon$emphend or $emph semicolon$emphend. The object $emph s1 $emphend should not be empty before evaluation.
6
  `line', `colon' or `semicolon'. The object `s1' should not be empty before evaluation.
7
 
-