summaryrefslogtreecommitdiff
path: root/examples/seq10.gorth
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-07 02:24:19 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-07 02:24:19 +0400
commit180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a (patch)
treeafb0144af0ba75d516e100d1fc6fa0c309620c0e /examples/seq10.gorth
parentc9090da5bd98c418f71f9110c6c3d82f2f7d37ee (diff)
program name changed to 'ash'
Diffstat (limited to 'examples/seq10.gorth')
-rw-r--r--examples/seq10.gorth6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/seq10.gorth b/examples/seq10.gorth
deleted file mode 100644
index e73743e..0000000
--- a/examples/seq10.gorth
+++ /dev/null
@@ -1,6 +0,0 @@
-# Print out numbers from 1 to 10
-
-1 while dup 11 < do
- dup dump
- 1 +
-done