diff --git a/core.fth b/core.fth index 82763e9..170edea 100644 --- a/core.fth +++ b/core.fth @@ -72,3 +72,4 @@ : ( begin [char] ) key = until ; immediate +: execute [ here 3 cells + ] literal ! [ ' _jmp , 0 , ] ;