!752 !include #1004681 // Concepts p { loadConcepts(); autoSaveConcepts(); new Concept("Test"); showConcepts(); } static void cleanMeUp() { print("Cleaning up!"); sleepSeconds(2); saveConceptsIfDirty(); print("Done!"); sleepSeconds(2); }