RosettaCodeData/Task/Hello-world-Text/LotusScript/hello-world-text.lotus
2023-07-01 13:44:08 -04:00

5 lines
155 B
Text

:- object(hello_world).
'This will send the output to the status bar at the bottom of the Notes client screen
print "Hello world!"
:- end_object.