I would like to create a macro (I’m using an older wiki) that would repeat a value based on the number defined by the parameter. I envision something like this:
\define rating(num): Where “*” is returned the number of times specified in “num,” for example:
<<rating 1>>: returns *
<<rating 2>>: returns **
<<rating 3>>: returns ***
etc.
Is there a way to do this?
Also, if it’s possible, what would the updgraded “procedure” look like?