"Source: Text/Geometry/Toric.text";
"Line: 1794";
"Date: Wed Sep  5 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Toric.text, line: 1794
// Example: H126E12 ()
print "Example: H126E12";
ei := GetEchoInput();
SetEchoInput(true);
P<x,y,z> := ProjectiveSpace(Rationals(),[1,2,3]);
CoxRing(P);
SetEchoInput(ei);
