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/const.ash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/const.ash (limited to 'examples/const.ash') diff --git a/examples/const.ash b/examples/const.ash new file mode 100644 index 0000000..421f7f5 --- /dev/null +++ b/examples/const.ash @@ -0,0 +1,4 @@ +# Prints out the value 5 + +define CON 5 end +CON dump -- cgit v1.2.3