!7 sS aiConcepts = #1006463; sS exportSnippetID; p { useDataDirOf(aiConcepts); S text = loadConceptsStructure(aiConcepts); if (match("exportable=f", text)) fail("Non-exportable concepts found"); print(javaTokWordWrap(s)); print("Size: " + l(utf8(s))); print(); load("exportSnippetID"); if (empty(exportSnippetID)) { print("Creating a snippet for you..."); exportSnippetID = createSnippet(text, "AI Concepts from " + computerID(), 53); print("Your snippet ID: " + fsI(exportSnippetID)); save("exportSnippetID"); } else { print("Updating snippet: " + fsI(exportSnippetID)); editSnippet(exportSnippetID, text); } }