Created
June 15, 2014 17:58
-
-
Save alco/098f32f9b3661c449a83 to your computer and use it in GitHub Desktop.
This file contains 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
ControlFlow.if false do | |
IO.puts false | |
elsif |> "s" |> String.length | |
IO.puts "false2" | |
elsif true | |
IO.puts "true" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment