Warning: session_start(): open(/var/lib/php/sessions/sess_3oubrvrur6njl7vp33gqdi48iq, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!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);
}
}