Skip to content

Instantly share code, notes, and snippets.

@alco
Created June 15, 2014 17:58
Show Gist options
  • Save alco/098f32f9b3661c449a83 to your computer and use it in GitHub Desktop.
Save alco/098f32f9b3661c449a83 to your computer and use it in GitHub Desktop.
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