RosettaCodeData/Task/Parallel-calculations/Oforth/parallel-calculations.fth
2023-07-01 13:44:08 -04:00

3 lines
94 B
Forth

import: parallel
: largeMinFactor dup mapParallel(#factors) zip maxFor(#[ second first ]) ;