Imported Upstream version 0.2.0+beta
[debian/yforth] / hello.yf
diff --git a/hello.yf b/hello.yf
new file mode 100644 (file)
index 0000000..9211feb
--- /dev/null
+++ b/hello.yf
@@ -0,0 +1,5 @@
+#! /usr/bin/yforth
+\
+\ a simple example of a yforth script
+\
+.( Hello World!) cr bye