TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
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;

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group