aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.prose
blob: 00c0fe14e82124dd0d468b90369107debae11c42 (plain) (blame)
1
2
3
4
5
6
7
* hello world example
public function main
	linkage
		status word
	procedure returning status
		display "hello world"
		set status to 0