remainingPrimesCalValue = (CalValue)result.get(1);
System.out.println("the next " + nPrimesMore + " primes are " + nextNPrimes);
//we can reset cached CAFs here if we like. (Works without this as well. The point here is to not hold onto
//the allPrimes CAF).
workspaceManager.resetCachedResults(executionContext);
}
System.out.println("How many more names would you like? (enter q to quit)");
command = inBuff.readLine().trim();