Find the intersection of two lines: Difference between revisions

m
(add lambdatalk code)
Line 569:
print "yab = ", y
print "ycd = ", (yc - xc * ((yd - yc) / (xd - xc)) + x * ((yd - yc) / (xd - xc)))
print "intersection: (", x, comma, " ", y, ")"</syntaxhighlight>
 
end</syntaxhighlight>
 
==={{header|Run BASIC}}===
305

edits