Multiplication tables: Difference between revisions

m
(Add Visual Basic (VB6) section)
Line 2,678:
=={{header|Visual Basic}}==
{{works with|Visual Basic|VB6 Standard}}
<lang vb>Sub Main()
Sub Main()
Const nmax = 12, xx = 3
Const x = xx + 1
Line 2,702 ⟶ 2,701:
Debug.Print s
Next i
End Sub 'Main</lang>
</lang>
{{Out}}
<pre">
Line 2,721 ⟶ 2,719:
12 | 144
</pre>
 
 
=={{header|XPL0}}==
1,392

edits