diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-11-30 11:39:31 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-11-30 11:39:31 -0500 |
commit | 5b81d9c76dd115375efdd73ef15da9c37ce0c6fc (patch) | |
tree | b6f21fcbd26a0c29c376e0ac93201f890f1eee2b /core.fth | |
parent | 860cdb7b387723eddea9bd110c85ebeaaa6c5b70 (diff) |
constinit forth, build dict mem into forth
Diffstat (limited to 'core.fth')
-rw-r--r-- | core.fth | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -: unused [ _d 8 cells + ] literal @ here - ; - : ['] ' [ ' literal , ] ; immediate : if ['] _jmp0 , here 0 , ; immediate |