Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Using "repeat" in write/append/lines

From: ml:sproingle at: 5-May-2004 5:43

<<repeat i 10 [write/append/lines %output.txt "*"] should do it>> Tom, what that did was print a single * on consecutive lines like this: * * * * * * * * * * Instead of having them on a single line like this ********** Stuart