Re: Just curious: who is using Pike for what?

"Peter Bortas @ Pike importm?te f?r mailinglistan" <[email protected]> Wed, 14 Dec 2016 16:05:06 +0000 (UCT)
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
string fullname = "Theuß:Ackermann";
int lastindex = search(fullname, ":") + 1;
write("LAST NAME: %s\n", upper_case(fullname)[lastindex..]);

I will now go burn the keyboard I used to type that.