Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Image Modified

  • In your script, type and run
Code Block
languagexml
titlePrint()
print("Hello world")
Info
titlePrint()

According to the manual, the print command has the usage

print(x..)

Function_name(arg1)
where x is “Hello world”