variables3.bb 93 B

1234567891011
  1. A$ = "Welcome to "
  2. B$ = "the world "
  3. C$ = "of programming."
  4. D$ = A$ + B$ + C$
  5. Print D$