Advertisement
KipIngram

Untitled

May 25th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .: last@ curr @ @ .0> y + ;
  2. .: last! curr @ ! ;
  3. .: .link y - y w! ;
  4. .: link last@ .link x last! 2+ ;
  5. .: idx index .@ z w! 1+! 2+ ;
  6. .: name x bl .word count + <>y ! ;
  7. .: 0? .@ .0>; drop hp @ 4kb + ;
  8. .: header 0? link idx name ;
  9. .: set .@ rot <>y ! 8+! ;
  10. .: ptrs cfa set bp @ pfa set ;
  11. : (create) ptrs hp header ;
  12. : (.create) ptrs ht header ;
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement