Created
November 28, 2016 11:00
-
-
Save forki/0140e5316b05679ac1d5f98065670f96 to your computer and use it in GitHub Desktop.
wrong type in else
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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