5 lines
155 B
Text
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.
|