Compile-time calculation
define n = (10!)
say ndefine n = (func(n){ n > 0 ? __FUNC__(n-1)*n : 1 }(10))
say nPreviousCompare sorting algorithms' performanceNextComposite numbers k with no single digit factors whose factors are all substrings of k
Last updated