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 |
|
3 | type:$type_both |
3 |
|
4 | syntax:!append `object s1' to `str' |
4 |
|
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 |
|
6 | `line', `colon' or `semicolon'. The object `s1' should not be empty before evaluation. |
7 | - |