Advertisement
KipIngram

Untitled

Apr 5th, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. : find bl word (find) ;
  2. : (find) path @ {| vocs 0 |} ;
  3. .: vocs .@ { words 1 } 8+ @ .0>me ;
  4. .: words dup 2+ { chars 1 } end?; me [
  5. .: end?; .w@ .0=;; - ;
  6. .: chars setup { (chars) 3 } ;
  7. .: setup dup wbuf .c0 1+ ;
  8. .: (chars) check nudge .0>me gotit ;
  9. .: check s2 @ c@ mask s1 @ c@ =; ;;
  10. .: nudge s2 1+! s1 1+! 1- ;
  11. .: gotit s2 @ align |} ;
  12. .: align 3 + 3 not and ;
  13. .: mask x:7F and ;
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement