Ady

104
reputation
3

private volatile bool alive = true;

do
{
  Learn();
  Introspect();
  Share();
} while (alive);