"Source: Text/System/State.text";
"Line: 569";
"Date: Wed Mar 24 09:58:40 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/State.text, line: 569
// Example: H1E7 ()
print "Example: H1E7";
ei := GetEchoInput();
SetEchoInput(true);
1 eq 2/2;
1 cmpeq 2/2;
1 cmpeq "x";
[1] cmpeq ["x"];
SetEchoInput(ei);
