Hello World in Basic-256 part 3:

Words
105
Reading
1 min
Listen
Play
6y
Many programming tutorials start with a hello world program.

I have decided to start with single-line comments and multi-line comments, though.
Today we will learn three options to print "Hello, World!" on the screen.
This time we will create an empty string variable, ask the user for input and store the user input in the empty string variable. Then we will print the value of the variable on the screen as shown on the image below:
The semicolon at the end of the line tells the editor to print the following line on the same line on the output instead of making a line break.

Lesson 0003  Hello world with user input.JPG

Hello World in Basic-256 part 3: | Ecency