Reinhold Niebuhr1892-1971
Here my little rant and praise place, where the daily experiences of my programming work are expressed. I publish them with the idea that others might find it useful and benefit from it.
NSString *string1 = @"Alpha"; NSString *string2 = @"Omega"; string1 = [string1 stringByAppendingString:string2];
my $string1 = 'Alpha'; my $string2 = 'Beta'; $string1 .= $string2;
Copyright 2007-2016, 2020-2024 © by René K. Müller <spiritdude@gmail.com> Illustrations and graphics made with Inkscape, GIMP and Tgif