summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/const.ash (renamed from examples/const.gorth)0
-rw-r--r--examples/fib.ash (renamed from examples/fib.gorth)0
-rw-r--r--examples/hello_world.ash (renamed from examples/hello_world.gorth)2
-rw-r--r--examples/seq10.ash (renamed from examples/seq10.gorth)0
-rw-r--r--examples/words.ash (renamed from examples/words.gorth)0
5 files changed, 1 insertions, 1 deletions
diff --git a/examples/const.gorth b/examples/const.ash
index 421f7f5..421f7f5 100644
--- a/examples/const.gorth
+++ b/examples/const.ash
diff --git a/examples/fib.gorth b/examples/fib.ash
index bf2b90d..bf2b90d 100644
--- a/examples/fib.gorth
+++ b/examples/fib.ash
diff --git a/examples/hello_world.gorth b/examples/hello_world.ash
index 1df3bf4..a1c1d48 100644
--- a/examples/hello_world.gorth
+++ b/examples/hello_world.ash
@@ -1,5 +1,5 @@
# Prints out "Hello, World!"
-include "../lib/stdlib.gorth"
+include "../lib/std.ash"
"Hello, World!" write
diff --git a/examples/seq10.gorth b/examples/seq10.ash
index e73743e..e73743e 100644
--- a/examples/seq10.gorth
+++ b/examples/seq10.ash
diff --git a/examples/words.gorth b/examples/words.ash
index c0e1461..c0e1461 100644
--- a/examples/words.gorth
+++ b/examples/words.ash