TU-Berlin
→
Inst. f. Mathematik
→
Algebra und Zahlentheorie
→
KASH
→
Documentation
→
Reference Manual
KASH
3
Reference Manual
Documentation
Introduction
Reference Manual
Index
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;
See also
Add ( list, any ) -> list
Append ( string, string ) -> string
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group