"Source: Text/Ring/FldFunRat.text";
"Line: 214";
"Date: Tue Jun 27 23:00:02 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/FldFunRat.text, line: 214
// Example: H44E1 ()
print "Example: H44E1";
ei := GetEchoInput();
SetEchoInput(true);
R<x> := PolynomialRing(Integers());
F<w> := FieldOfFractions(R);
F ! x+3;
F ! [ x, x-1 ];
SetEchoInput(ei);
