RosettaCodeData/Task/A+B/BootBASIC/a+b.basic

6 lines
77 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
10 print "Number 1";
20 input a
30 print "Number 2";
40 input b
50 print a+b