Skip to content

Instantly share code, notes, and snippets.

@forki
Created November 28, 2016 11:00
Show Gist options
  • Save forki/0140e5316b05679ac1d5f98065670f96 to your computer and use it in GitHub Desktop.
Save forki/0140e5316b05679ac1d5f98065670f96 to your computer and use it in GitHub Desktop.
wrong type in else
let test = 100
let y =
if test > 10 then "test"
else 123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment