Sum data type: Difference between revisions

m
→‎{{header|FreeBASIC}}: - fix highlighting
(add FreeBASIC)
m (→‎{{header|FreeBASIC}}: - fix highlighting)
Line 126:
=={{header|FreeBASIC}}==
These are called unions in FreeBASIC
<lang freebasic>type p2d
'a 2d point data type; used later to show unions can hold compound data types
x as integer
781

edits