!7 p { set ai_cache_hasTriple_debug; int n = 0; appendToFile_keepOpen(true); for (S word : hugeEnglishDictionary()) { if ((++n % 1) == 0) print(n); ai_postTriple(word, "is", "an english word according to the huge dictionary"); } appendToFile_keepOpen(false); }