summaryrefslogtreecommitdiff
path: root/examples/words.gorth
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-03 00:39:09 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-03 00:39:09 +0400
commit042db745da93311f1ef02c0d232c39a08446d8b3 (patch)
tree375509e1e086b5e05a5bc9b588f28331efe33a45 /examples/words.gorth
parent1040b9450512221f3fef5c134b3f227b8ebf2b18 (diff)
new examples added
Diffstat (limited to 'examples/words.gorth')
-rw-r--r--examples/words.gorth7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/words.gorth b/examples/words.gorth
new file mode 100644
index 0000000..b88d20e
--- /dev/null
+++ b/examples/words.gorth
@@ -0,0 +1,7 @@
+# Prints out one
+
+word printOutOne
+ 1 dump
+end
+
+printOutOne