diff options
Diffstat (limited to 'sys/boot/ficl/softwords/softcore.fr')
-rw-r--r-- | sys/boot/ficl/softwords/softcore.fr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ficl/softwords/softcore.fr b/sys/boot/ficl/softwords/softcore.fr index bf584d0..b32ed3e 100644 --- a/sys/boot/ficl/softwords/softcore.fr +++ b/sys/boot/ficl/softwords/softcore.fr @@ -69,6 +69,8 @@ decimal 32 constant bl : local ( name -- ) bl word count (local) ; immediate +: 2local ( name -- ) bl word count (2local) ; immediate + : end-locals ( -- ) 0 0 (local) ; immediate \ #endif |