Skip to content

Instantly share code, notes, and snippets.

@jwarlander
Created December 31, 2016 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwarlander/6fc8284b991234f960275bb0f385a3ad to your computer and use it in GitHub Desktop.
Save jwarlander/6fc8284b991234f960275bb0f385a3ad to your computer and use it in GitHub Desktop.
with foo <- 5, # foo
bar <- foo*3 # bar
do
IO.puts bar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment