Sigma88 changed the topic of #Kopernicus to: #Kopernicus | Release 1.3.0-8 - https://git.io/v0Gg5 | Pictures: https://git.io/vHqLy | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vHqt8 | <Kopernicus> Kopernicus/master 91e89a4 thomas-jenkins: Kopernicus 1.2.2-6 - "404 - Title not found"
Rokker has quit [Quit: Connection closed for inactivity]
Rokker has joined #Kopernicus
<Sigma88> !c (int?)null - (int?)null
<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
<Sigma88> !c (int?)null - (int?)null == 4
<Qboid> (1,2): warning CS0458: The result of the expression is always `null' of type `int?'
<Qboid> (1,2): warning CS0472: The result of comparing value type `int' with null is always `false'
<Qboid> (1,2): warning CS0458: The result of the expression is always `null' of type `int?'
<Qboid> (1,2): warning CS0472: The result of comparing value type `int' with null is always `false'
<Qboid> false
<Sigma88> !c Enum a { 0=zero, 1=one, 2=two }
<Qboid> (1,8): error CS1525: Unexpected symbol `{', expecting `,', `;', or `='
<Qboid> (1,18): error CS1525: Unexpected symbol `1', expecting `,', `;', or `='
<Qboid> (1,25): error CS1525: Unexpected symbol `2', expecting `,', `;', or `='
<Sigma88> !c a = new Enum { 0=zero, 1=one, 2=two }
<Qboid> (1,17): error CS1525: Unexpected symbol `='
<Qboid> (1,22): error CS1525: Unexpected symbol `,'
<Sigma88> !c Enum a = new Enum { 0=zero, 1=one, 2=two }
<Qboid> (1,22): error CS1525: Unexpected symbol `='
<Qboid> (1,29): error CS1001: Unexpected symbol `1', expecting identifier
<Qboid> (1,36): error CS1001: Unexpected symbol `2', expecting identifier
Rokker has quit [Quit: Connection closed for inactivity]
<Sigma88> !c " ab cd ef ".Trim()
<Qboid> ab cd ef
<Sigma88> !c "x"+" ab cd ef ".Trim()+"x"
<Qboid> xab cd efx
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #Kopernicus
UmbralRaptor is now known as AluminumRaptor
<Sigma88> !c false || false || true && false
<Qboid> false
<Sigma88> !c false || false || true && true
<Qboid> true
<Sigma88> !c false || false || false && true
<Qboid> false
<Sigma88> !c false || true || true && false
<Qboid> true
Raidernick_ has joined #Kopernicus
oeuf has joined #Kopernicus
Raidernick_ has quit [Client Quit]
Raidernick_ has joined #Kopernicus
Raidernick has quit [Ping timeout: 198 seconds]
egg|anbo|egg has quit [Ping timeout: 198 seconds]
oeuf is now known as egg|anbo|egg
Rokker has joined #Kopernicus
Raidernick_ has quit [Quit: Leaving]
Raidernick has joined #Kopernicus