supported by Zeuner Solutions SourceForge.net Logo

documentation for the macro "n_times"

repeats the first argument a number of times specified by the second argument.

It is defined in the file literacy.m4.

m4 code:

define(`n_times',
`$1`'`ifdef(`documentation',
_policy_)n_times($1,eval($2-1))'')