%ffp ForEveryTile: { int P,Q; const int LIMIT = 50000000; for( x = 0; x < 1000; x++ ) ;//drop-time { const int startclock = clock(); for( x = 0; x < LIMIT; x++ ) { put(x,1); put(get(1),2); } Info( "%d", clock() - startclock ); } for( x = 0; x < 1000; x++ ) ;//drop-time { const int startclock = clock(); for( x = 0; x < LIMIT; x++ ) { P=x; Q=P; } Info( "%d", clock() - startclock ); } return true; }