Skip to content

The "write" keyword

gorenbk edited this page Jan 11, 2021 · 2 revisions

The write keyword is like python's print() function.

This a example of the code:

write Hello!

The result is:

Hello!
Clone this wiki locally