First time here? Check out the FAQ!
answered 2014-12-01 15:02:15 +0100
Indeed, GAP is not Python, and '+' does not work for concatenating strings in GAP. It has a function that does concatenation:
gap> Concatenation("bla","foo");
"blafoo"