How do I concatenate two strings?
Thursday, 2 September 2004 08:28Piece of cake: use "." in Perl 5, "~" in Perl 6, or "&" in Visual Basic. Or use strcat(3) in C, or "+" in many other languages such as C++ with appropriate "string" classes.
Oh, you meant in PostScript? It's a bit more bizarre there.
(URL via
torgoxrss)