You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Timofei Gorlov edited this page May 8, 2022
·
2 revisions
Most simple that you can write this's Hello World. All programmers usually start with Hello World program. In the Special Key output in the console, you can easy make the output, let's look to the code:
out :"Hello world!"
out - this's keyword, after :, text will be, wich you need output in the console
: - this's colon, its name IOoperator, it use only when you work with output and input. : separates keyword and text.
This we'll see in the console: Hello world!
Where is it quotation marks? If you need say to computer that the next is usual text but don't keyword, we'll use quotation marks, without it don't work program!
You also can output a number, quotation marks needn't for numbers.