Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. 2.1.1 :009 > x=10
  2. => 10
  3. 2.1.1 :010 > "num is #{x}"
  4. => "num is 10"
  5. 2.1.1 :011 > "num is %{x}"
  6. => "num is %{x}"
  7. 2.1.1 :012 >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement