Hi ! I can't think of a way to do this: I wanted to write something like this: print rejoin ["my name is: " name 3 * (tab) "my hobby is: " hobby 2 * (tab)] where each n * (tab) is supposed to give back something like tab tab tab .... for n=3 etc. Of course, it doesn't work, but is there a nice way to write this? It's like some sort of "macro multiplier" How would you guys do it? I don't really want to write: loop 3 [print tab] in the middle, breaking apart the string... -Anton.
- [REBOL] typing it again Re: anton
- [REBOL] typing it again Re: Al . Bri
- [REBOL] typing it again Re: brian . hawley
