Jump to content

Compound data type: Difference between revisions

no edit summary
(→‎{{header|Visual Basic .NET}}: Expanded remarks about structure mutability)
No edit summary
Line 310:
 
</lang>
 
=={{header|Arturo}}==
 
<lang arturo>Point #{
x 0
y 0
 
init {
x &0
y &1
}
}
 
point $(new ~Point 10 20)
 
print point</lang>
 
{{out}}
 
<pre>#{ init <function: 0x1077534A0>, x 10, y 20 }</pre>
 
=={{header|AutoHotkey}}==
{{works with | AutoHotkey_L}}
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.