TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Append_ ( string S, string a )

Description

Modify `S' by adding every character of the string `a' to `S'.
Note: `S' is modified by side-effect.

Examples

S:="foo"; Append_(S,"bar"); S;

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