aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-12-03 18:03:48 -0500
committerClyne Sullivan <clyne@bitgloo.com>2024-12-03 18:03:48 -0500
commit3fe10655e920441f2dcd10cc8101edd54549e8e8 (patch)
treefb2944fb348bd5e9e8b035fd69c20ebb32962841
parent3226cb7a6911a3001e1509f091fdf1f165d9c5f8 (diff)
execute
-rw-r--r--core.fth1
1 files changed, 1 insertions, 0 deletions
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 , ] ;