Ruby advocacy in sigs

or

(0…9).each {|num| puts num} # 0123456789

aha, got you on that :slight_smile:
#puts outputs newline…

so

(0…9).each {|n| print n} # 0123456789

I’m just playing though… It’s saturday here :slight_smile:

Best regards,
Bulat mailto:bulatz@integ.ru

kind regards -botp

···

sir Bulat Ziganshin [mailto:bulatz@integ.ru] wrote: