test01.b 90 B

12345
  1. 100 print "hello world"
  2. 110 let s$="a happy 1984"
  3. 120 print s
  4. 130 s= s+" !! "
  5. 140 print s