RosettaCodeData/Task/Hello-world-Text/LotusScript/hello-world-text.lotus

6 lines
155 B
Plaintext

:- 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.