Matrix transposition: Difference between revisions

Content deleted Content added
Added D code
m →‎{{header|BASIC}}: Changed over to works with template
Line 126:
 
=={{header|BASIC}}==
'''Compiler''':{{works [[with|QuickBasic]] |4.5}}
CLS
DIM m(1 TO 5, 1 TO 4) 'any dimensions you want