xShadowx has joined #qboid
<xShadowx> !c (int?)1 + 2
<Qboid> 3
justarandomgeek has joined #qboid
<xShadowx> !c (int?)1 + 2
<Qboid> 3
<xShadowx> !c (int?)null + 2
<Qboid> (1,2): warning CS0458: The result of the expression is always `null' of type `int?'
<Qboid> (1,2): warning CS0458: The result of the expression is always `null' of type `int?'
<Qboid> null
<justarandomgeek> !c typeof((int?)1 + 2)
<Qboid> (1,9): error CS1031: Type expected
<Qboid> (1,14): error CS1525: Unexpected symbol `1', expecting `type'
<justarandomgeek> !c ((int?)1 + 2).GetType().Name
<Qboid> Int32
<justarandomgeek> !c ((int?)1 + 2).GetType()
<Qboid> System.Int32
<justarandomgeek> *huh*
<justarandomgeek> !c ((int?)1).GetType()
<Qboid> System.Int32
<justarandomgeek> oh
<xShadowx> heh
<justarandomgeek> it doesn't understand :p
<xShadowx> !c int?.GetType()
<Qboid> (0,251): error CS1525: Unexpected symbol `<operator>'
<xShadowx> aw
<justarandomgeek> !c typeof(int?)
<Qboid> System.Nullable`1[System.Int32]
<justarandomgeek> wat
<justarandomgeek> !c ((int?)null).GetType()
<Qboid> System.NullReferenceException: Object reference not set to an instance of an object at <InteractiveExpressionClass>.Host (System.Object& $retval) [0x00000] in <e5de0717b885416199865ef14f46d63e>:0 at Mono.CSharp.Evaluator.Evaluate (System.String input, System.Object& result, System.Boolean& result_set) [0x0003e] in <a81adb37139f4f2ea6ce1da80d3be432>:0 at QIRC.CSharp.CSharp.Evaluate (ChatSha
<Qboid> rp.IrcClient client, System.String input, System.String user, System.String source, System.Boolean admin, System.Boolean quite) [0x00103] in <66358288ea494ecea6a9cac7c4c04138>:0
<justarandomgeek> oh dear
<xShadowx> !c int? test33 = null;
<justarandomgeek> i broke it :<
<xShadowx> !c test33.GetType()
<Qboid> System.NullReferenceException: Object reference not set to an instance of an object at <InteractiveExpressionClass>.Host (System.Object& $retval) [0x00000] in <ff8c378cf6b34b47a6918e22c88bcb9b>:0 at Mono.CSharp.Evaluator.Evaluate (System.String input, System.Object& result, System.Boolean& result_set) [0x0003e] in <a81adb37139f4f2ea6ce1da80d3be432>:0 at QIRC.CSharp.CSharp.Evaluate (ChatSha
<Qboid> rp.IrcClient client, System.String input, System.String user, System.String source, System.Boolean admin, System.Boolean quite) [0x00103] in <66358288ea494ecea6a9cac7c4c04138>:0
justarandomgeek has left #qboid [Leaving]