RosettaCodeData/Task/Hello-world-Text/LotusScript/hello-world-text.lotus
2015-11-18 06:14:39 +00: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.