Find the intersection of two lines: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,885: Line 2,885:
=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Kotlin}}
{{trans|Kotlin}}
<syntaxhighlight lang="ecmascript">class Point {
<syntaxhighlight lang="wren">class Point {
construct new(x, y) {
construct new(x, y) {
_x = x
_x = x