"Source: Text/Geometry/Scheme.text";
"Line: 4226";
"Date: Fri May 26 16:23:18 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Scheme.text, line: 4226
// Example: H119E24 ()
print "Example: H119E24";
ei := GetEchoInput();
SetEchoInput(true);
P2<X,Y,Z> := ProjectiveSpace(Rationals(),2);
L := Curve(P2,Z);
Laff := AffinePatch(L,1);
Dimension(Laff);
assert $1 eq -1;
Laff;
ProjectiveClosure(Laff) eq L;
assert $1;
ProjectiveClosure(EmptyScheme(Ambient(Laff)));
SetEchoInput(ei);
