Login  Register

Re: [Pharo-users] String with: Character cr

Posted by Adrian Kuhn on Jan 26, 2010; 12:14am
URL: https://forum.world.st/Pharo-users-String-with-Character-cr-tp1310676p1310677.html

You can also just do the line-break in the string literal, ie

self foo , ' in
', self bar.

As an alternative you might also consider

'<1s> in<n><2s>' expandMacrosWith: self foo with: self bar

cheers,
AA



--
Follow me on http://twitter.com/akuhn