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

Operation

string S1  =  string S2 -> elt-alg^boo

Description

Return `true' iff `S1' contains the same characters as `S2' in the same order, i.e. character-wise.
Note: Strings are viewed to be lists of characters.

Examples

"foo" = "bar";
"foo" = ['f','o','o'];

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