Is there a command that lets you generate 'x' number of iterations of the same lines of code? I have several cases where I want to unroll a block of code that is 8 lines long (200 times). It's a hassle have 200 sets of 8 lines (1600 lines) of inline code...
↧