Matrix transposition: Difference between revisions

Content added Content deleted
(Added D code)
m (→‎{{header|BASIC}}: Changed over to works with template)
Line 126: Line 126:


=={{header|BASIC}}==
=={{header|BASIC}}==
'''Compiler''': [[QuickBasic]] 4.5
{{works with|QuickBasic|4.5}}
CLS
CLS
DIM m(1 TO 5, 1 TO 4) 'any dimensions you want
DIM m(1 TO 5, 1 TO 4) 'any dimensions you want