Closed
Description
opened on Oct 2, 2020
The following happens in released versions of GAP and in the current master branch.
gap> s:= "abc\000def";
"abc\000def"
gap> Length( s );
7
gap> Print( s, "\n" );
abc
Is this a bug or a feature?
(In the latter case, it should become documented.)
Activity