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