Skip to content

Instantly share code, notes, and snippets.

@teburd
Created April 23, 2013 19:38
Show Gist options
  • Save teburd/5446725 to your computer and use it in GitHub Desktop.
Save teburd/5446725 to your computer and use it in GitHub Desktop.
lists:keystore
1> A = [].
[]
2> lists:keystore(<<"test">>, 1, A, {<<"test">>, 1}).
[{<<"test">>,1}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment