Skip to content

Instantly share code, notes, and snippets.

@abolibibelot
Created May 10, 2013 12:38
Show Gist options
  • Save abolibibelot/5554168 to your computer and use it in GitHub Desktop.
Save abolibibelot/5554168 to your computer and use it in GitHub Desktop.
4> A = integer_to_list(42).
"42"
5> [C+1 || C <- A].
"53"
6> [C+1000 || C <- A].
[1052,1050]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment