We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The write keyword is like python's print() function.
write
print()
write Hello!
The result is:
Hello!