"Source: Text/Geometry/Toric.text";
"Line: 881";
"Date: Wed Sep  5 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Toric.text, line: 881
// Example: H126E8 ()
print "Example: H126E8";
ei := GetEchoInput();
SetEchoInput(true);
F := FanOfWPS([1,2,2,3]);
SingularCones(F);
SetEchoInput(ei);
