testitall   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/word_count.xtm

Implementation

(bind-func testitall
  (lambda ()
    (letz ((wc_dict (file_word_count "/Users/ben/Desktop/books/kjv.txt")))
      1)))


Back to Index