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

6 lines
155 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
:- object(hello_world).
'This will send the output to the status bar at the bottom of the Notes client screen
2015-11-18 06:14:39 +00:00
print "Hello world!"
2013-04-10 21:29:02 -07:00
:- end_object.