"Source: Text/Geometry/Toric.text";
"Line: 1794";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/Toric.text, line: 1794
// Example: H129E12 ()
print "Example: H129E12";
ei := GetEchoInput();
SetEchoInput(true);
P<x,y,z> := ProjectiveSpace(Rationals(),[1,2,3]);
CoxRing(P);
SetEchoInput(ei);
