aboutsummaryrefslogtreecommitdiffstats
path: root/core.fth
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-22 12:23:42 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-22 12:23:42 -0500
commit0ede616831367ceeee99a7fbab19df0c0169c129 (patch)
treef7bb01a142728352cdb2f88072388f607ba0bd61 /core.fth
parentbf9f8a902bd820662ba2774d6e0e42d06616d56d (diff)
add j
Diffstat (limited to 'core.fth')
-rw-r--r--core.fth1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.fth b/core.fth
index a495302..3d97936 100644
--- a/core.fth
+++ b/core.fth
@@ -70,6 +70,7 @@
postpone unloop ; imm
: loop 1 postpone literal postpone +loop ; imm
: i postpone r@ ; imm
+: j postpone 2r> postpone r@ ['] -rot , postpone 2>r ; imm
: align here 1 & if 1 allot then ;
: aligned dup 1 & if 1+ then ;