mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-04 16:40:49 +02:00
to make it slightly more efficient. Noting, however, that it is still highly inefficient relative to the stepped "grow" + "and" (or "and-not") operators that it was supposed to replace, I also implemented a convenience function "repeat <steps>" ... "endrepeat" to the tech file syntax. This allows the "grow" + "and" series to be defined with a few lines, whereas if the steps have to be spelled out, the series can be scores or hundreds of lines long.