Compound data type: Difference between revisions

Content added Content deleted
(Initial FutureBasic task solution added)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,801: Line 2,801:


=={{header|Wren}}==
=={{header|Wren}}==
<syntaxhighlight lang="ecmascript">class Point {
<syntaxhighlight lang="wren">class Point {
construct new(x, y) {
construct new(x, y) {
_x = x
_x = x