chenglou changed the topic of #reasonml to: https://reasonml.github.io. Channel logs at https://irclog.whitequark.org/reasonml. Discord: https://discord.gg/reasonml
Haudegen has joined #reasonml
Haudegen has quit [Remote host closed the connection]
Haudegen has joined #reasonml
NaN has joined #reasonml
<NaN> hi there
<NaN> how can I update a top level variable inside an if? >> let foo = 12; if (foo < 10) { let foo = 10; } << this way foo is not in the same scope
Haudegen has quit [Read error: Connection reset by peer]
<NaN> nevermind... I did >> let foo = if (foo < 10) { 10 } else { foo };
Haudegen has joined #reasonml
<NaN> Any way to do array.push() ?
TheMoonMaster_ is now known as TheMoonMaster
TheMoonMaster has left #reasonml ["WeeChat 2.4"]
Haudegen has quit [Read error: Connection reset by peer]
Haudegen has joined #reasonml
Haudegen has quit [Remote host closed the connection]