Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # Anything after the # is ignored by elixir.
  2.  
  3. IO.puts "I could have code like this." # and the comment after is ignored
  4.  
  5. #You can also use a comment to "disable" or comment out a piece of code:
  6. #print "This won't run."
  7.  
  8. IO.puts "This will run."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement