C# meets PL/1

Was haben C# und PL/1 gemeinsam?

In beiden funktioniert folgender Code:

PL/1: IF IF = THEN THEN THEN = ELSE ELSE ELSE = IF
C#: if (@if == @then) { @then = @else; } else { @else = @if; }

Ich gebe zu, PL/1 ist noch etwas verwirrender, aber schick ist C# an dieser stelle auch nicht…

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">