Compound data type: Difference between revisions

→‎BASIC: changed "works with" links; added qbasic markup
(→‎C: removed "works with": not necessary (part of the standard))
(→‎BASIC: changed "works with" links; added qbasic markup)
Line 119:
 
=={{header|BASIC}}==
{{works with|QuickBasic|4.5QBasic}}
{{works with|PB|7.1PowerBASIC}}
 
<lang qb>TYPE Point
x AS INTEGER
y AS INTEGER
END TYPE</lang>
 
=={{header|C}}==
1,150

edits