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"
Raidernick has quit [Read error: Connection reset by peer]
Raidernick has joined #Kopernicus
Orkeren has quit [Read error: Connection reset by peer]
Orkeren has joined #Kopernicus
<Sigma88> !c x = 5
<Qboid> (1,2): error CS0103: The name `x' does not exist in the current context
<Sigma88> !c int x
<Sigma88> !c x
<Qboid> 0
<Sigma88> !c x = 5
<Sigma88> !c x
<Qboid> 5
<Sigma88> !c int.TryParse("banana", out x)
<Qboid> false
<Sigma88> !c x
<Qboid> 0
<Thomas> !c int.TryParse("banana", out int y)
<Thomas> !y
<Thomas> !c y
<Qboid> (1,2): error CS0103: The name `y' does not exist in the current context
<Thomas> No C# 7.1 :(