!7 cmodule RebootConsciousness > DynPrintLogAndEnabled { start { theTest(); } void theTest { LS lastLines = lastNLines(2, rebootLogFile()); pnl(lastLines); } }