"Source: Text/System/State.text";
"Line: 1712";
"Date: Thu Sep 25 21:32:21 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/State.text, line: 1712
// Example: H1E18 ()
print "Example: H1E18";
ei := GetEchoInput();
SetEchoInput(true);
// no-test
M := Random(MatrixRing(GF(2), 5));
M;
Write("/tmp/test", M, "Magma");
s := Read("/tmp/test");
s;
M2 := eval s;
assert M eq M2;
SetEchoInput(ei);
