From 627ae06921767a585ca3a9731e81d58c98402977 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 24 Aug 2024 13:52:56 -0700 Subject: [PATCH] Add missing semicolon in example 3 --- examples/03-variables.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/03-variables.f b/examples/03-variables.f index 9807e1e..d28074c 100644 --- a/examples/03-variables.f +++ b/examples/03-variables.f @@ -16,7 +16,7 @@ here @ 4 + , \ compile address past new word's exit call ['] exit , \ compile exit reveal \ make created word visible - 0 state ! \ switch back to interpretation state + 0 state ! ; \ switch back to interpretation state \ cells are 2 bytes wide : cells ( -- x ) lit [ 2 , ] ;