Pristine Ack-5.5
[Ack-5.5.git] / lang / basic / test / test23.b
1 100 print "testing input from terminal"
2 130 input "integer"; a
3 140 print a
4 220 input "float:", a
5 240 print a
6 330 input b$
7 340 print b$
8 350 input ; "c and d "; c,d
9 360 print c,d
10 400 end
11