!752 concepts. p { unstructure_debug = setOptAllDyn_debug = true; loadConceptsFrom("#1005290"); printStruct(allConceptNames()); for (Concept l : list("Line")) { print("Line: " + l + ", fieldValues: " + systemHashCode(l.fieldValues)); print("Author raw: " + getOpt(l, "author")); print("Author raw dyn: " + getOptDyn(l, "author")); print("Dynamic fields: " + struct(keys(l.fieldValues))); print("ID: " + l.id + ", text: " + quote(cget(l, "text")) + ", author: " + cget(l, "author")); } }