5bce5fc4da
with B.
6 lines
90 B
QBasic
6 lines
90 B
QBasic
100 print "hello world"
|
|
110 let s$="a happy 1984"
|
|
120 print s
|
|
130 s= s+" !! "
|
|
140 print s
|