4344454647484950515253
for (;;) { Term X = from.getElement(); if (null == X) { to.stop(); break; } else { to.putElement(X);