apply(n,f)
i1 : apply(10, i -> i^2) o1 = {0, 1, 4, 9, 16, 25, 36, 49, 64, 81} o1 : List
The source of this document is in Macaulay2Doc/functions/apply-doc.m2:93:0.