Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. key = "hi"
  2. value = {1, 1, 1}
  3. dict = <||>
  4. Button["Update ftdict",
  5. Append[dict, key -> value];
  6. Print[dict]]
  7.  
  8. Append[dict, key -> value]
  9.  
  10. <|"hi" -> {1, 1, 1}|>
Add Comment
Please, Sign In to add comment