Z80SimulatorIDE/files/basmul.bas

8 lines
116 B
QBasic

Dim a As Integer
Dim b As Integer
Dim c As Integer
a = 123 'First number
b = 234 'Second number
c = a * b