"Source: Text/System/State.text";
"Line: 159";
"Date: Wed Mar 24 09:58:40 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/State.text, line: 159
// Example: H1E2 ()
print "Example: H1E2";
ei := GetEchoInput();
SetEchoInput(true);
d := Xgcd(12, 15);
d, x, y := Xgcd(12, 15);
d, x := Xgcd(12, 15);
d, _, y := Xgcd(12, 15);
_, x, y := Xgcd(12, 15);
SetEchoInput(ei);
