On 2022-04-05 10:40 pm, Jeff Olson wrote:
Question (a):My main question is how to write a scheme function that will invoke my scr function N times, where N could be a number like 1000.
%%%%
#(for-each add-score (map (lambda (x) #{ \scr #}) (iota 5)))
%%%%
Replace 5 with whatever.
-- Aaron Hill
