From f3b12eb931da44a27c2409152ea976479ad45f58 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 5 Jan 2025 00:16:15 +0400 Subject: examples updated so that they follow the new syntax --- examples/const.gorth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/const.gorth') diff --git a/examples/const.gorth b/examples/const.gorth index fce45b8..421f7f5 100644 --- a/examples/const.gorth +++ b/examples/const.gorth @@ -1,4 +1,4 @@ # Prints out the value 5 -const CON 5 +define CON 5 end CON dump -- cgit v1.2.3