From 180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 7 Jan 2025 02:24:19 +0400 Subject: program name changed to 'ash' --- examples/words.ash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/words.ash (limited to 'examples/words.ash') diff --git a/examples/words.ash b/examples/words.ash new file mode 100644 index 0000000..c0e1461 --- /dev/null +++ b/examples/words.ash @@ -0,0 +1,7 @@ +# Prints out one + +define printOutOne + 1 dump +end + +printOutOne -- cgit v1.2.3