Compound data type: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: modified code to work with Sidef 2.10)
(→‎{{header|AmigaE}}: necessary float conversion operators added)
Line 125: Line 125:


NEW pt
NEW pt
-> Floats are also stored as integer types making
pt.x := 10.4
-> the float conversion operator necessary.
pt.y := 3.14
pt.x := !10.4
pt.y := !3.14
END pt
END pt
ENDPROC</lang>
ENDPROC</lang>

=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
{{works with | AutoHotkey_L}}
{{works with | AutoHotkey_L}}