// Define variables var X1, Y1 : Real; // Start Point X2, Y2 : Real; // End Point
// Initialize points X1 := 100; Y1 := 200; X2 := 500; Y2 := 200;
This command effectively draws a straight line cut from point A to point B.
// Define variables var X1, Y1 : Real; // Start Point X2, Y2 : Real; // End Point
// Initialize points X1 := 100; Y1 := 200; X2 := 500; Y2 := 200;
This command effectively draws a straight line cut from point A to point B.