aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.prose
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.prose')
-rw-r--r--examples/hello.prose7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hello.prose b/examples/hello.prose
new file mode 100644
index 0000000..00c0fe1
--- /dev/null
+++ b/examples/hello.prose
@@ -0,0 +1,7 @@
+* hello world example
+public function main
+ linkage
+ status word
+ procedure returning status
+ display "hello world"
+ set status to 0