Hello world/Newline omission: Difference between revisions

Content deleted Content added
KenS (talk | contribs)
No edit summary
KenS (talk | contribs)
Line 530: Line 530:
mutStr = fn MutableStringWithCapacity(0)
mutStr = fn MutableStringWithCapacity(0)


// Feeds and returs can be easily omitted using a mutable string
// Feeds and returns can be easily omitted using a mutable string
for i = 1 to 99
for i = 1 to 99
MutableStringAppendFormat( mutStr, @"%3ld, ", i )
MutableStringAppendFormat( mutStr, @"%3ld, ", i )