Ali2004 Programming course – basic programming dictionary 1.0

The first thing is to start off basic so this is a basic echo programming dictionary.

Echo: this is your name of the programming language it also tells the computer to say the thing you type after it.

@Echooff: This is your starting phrase you start with this to tell the computer that the echo is on.

pause: this stops the program from closing as soon as you open it put it on the next line after your
Echo text.

This is a hello world example.
EXAMPLE:

@Echooff
Echo Hello word
pause

Leave a comment