TU-Berlin
→
Inst. f. Mathematik
→
Algebra und Zahlentheorie
→
KASH
→
Documentation
→
Reference Manual
KASH
3
Reference Manual
Documentation
Introduction
Reference Manual
Index
search
Function
Append (
string
S,
string
a ) ->
string
Description
Return the string derived from adding every character of the string `a' to the string `S'.
Note: `S' is not affected.
Examples
S:="foo"; Append(S,"bar"); S;
See also
Append_ ( string, string )
Add ( string, char ) -> string
string
+
string -> string
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group