"Source: Text/System/State.text";
"Line: 159";
"Date: Thu Sep 25 21:32:21 2025";
"Main: Fri Sep 26 14:29:19 2025";
// 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);
