Warning: session_start(): open(/var/lib/php/sessions/sess_p2dt0q8qpm67lo5ccde5k6fp3e, 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
please include function getThoughtSpace.
static void printThoughtSpaces() {
for (ThoughtSpace ts : values(getThoughtSpace_map)) {
print();
print("Thought Space " + ts.globalID);
for (LispStatement s : values(ts.statements)) {
printIndent("[" + s.globalID + "] " + lispToEnglish_prettier(s.term));
printIndent(" " + s.term);
}
}
}