// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-
+
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
-
+
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// kill the last '\n'
input[wxStrlen(input) - 1] = 0;
-
+
if (wxStrcmp(input, "quit") == 0)
break;