Marcos Cruz <gforth_list...@programandala.net> writes: > En/Je/On 2018-02-07 13:02, J. David Boyd escribió / skribis / wrote : > >> Is there an easier way to do this? > > The zero should be replaced with `s>d`. > > And you could shorten this: > >> # # # # bl hold >> # # # # bl hold >> # # # # bl hold >> # # # # bl hold >> # # # # bl hold >> # # # # bl hold >> # # # # bl hold >> # # # # > > For example, this way: > > 7 0 do # # # # bl hold loop # # # #
Thanks, that's what I was looking for, some way to scrunch it down a little bit. Thanks!