X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/1f99f95d6a7eecc05cae8fb357f9b7bf564c2725..861862f451bf6fea44c052b8a8733853fa2fe9d9:/fth/ansilocs.fth diff --git a/fth/ansilocs.fth b/fth/ansilocs.fth index 4e3dae9..735680f 100644 --- a/fth/ansilocs.fth +++ b/fth/ansilocs.fth @@ -142,19 +142,11 @@ if.forgotten lv.term THEN ; - : VALUE CREATE ( n ) , - immediate DOES> - state @ - IF - [compile] aliteral - compile @ - ELSE - @ - THEN + @ ; : TO ( val -- ) @@ -164,7 +156,7 @@ if.forgotten lv.term lv.compile.store ELSE find - 1 = 0= abort" TO or -> before non-local or non-value" + 0= abort" not found" >body \ point to data state @ IF \ compiling ( -- pfa ) @@ -186,7 +178,7 @@ if.forgotten lv.term [compile] literal compile (local+!) ELSE find - 1 = 0= abort" +-> before non-local or non-value" + 0= abort" not found" >body \ point to data state @ IF \ compiling ( -- pfa )