ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > Living Room

NULL

<< < (4/5) > >>

wraith808:

--- Code: C# ---// Yes, I like The Neverending Story.public object SummonTheNothing(){   object theNothing = new StringBuilder();   (theNothing as StringBuilder).Append("I am here!");   return (theNothing as int?); // no you're not!}

rgdot:

--- Code: Text ---program null; begin    writeln('null');end.

Renegade:

--- Code: C# ---// John 18:38 - "What is truth?" Pilate asked...public bool? Truth(){    bool? truth;    if ((pascal | delphi) > cSharp)    {        return truth;    }    else if ((pascal | delphi) < cSharp)    {        return truth;    }    else    {        return truth;    }}

x16wda:
Which do you think, NOP or IEFBR14?

PhilB66:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version