diff options
Diffstat (limited to 'examples/const.gorth')
-rw-r--r-- | examples/const.gorth | 2 |
1 files changed, 1 insertions, 1 deletions
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 |