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

Function

Add ( string S, char c ) -> string

Description

The string built by appending `c' to the string `S'.
Note: This is roughly equivalent to `S+c'.

Examples

S:="abcdef"; Add(S,'z'); S;

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