diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:24:19 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:24:19 +0400 |
commit | 180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a (patch) | |
tree | afb0144af0ba75d516e100d1fc6fa0c309620c0e /examples | |
parent | c9090da5bd98c418f71f9110c6c3d82f2f7d37ee (diff) |
program name changed to 'ash'
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 |