Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. x = <| a -> "Garbage", b -> "Gabage"|>;
  2. x[a]
  3. x[c]
  4.  
  5. Out[1]= Garbage
  6. Out[2]= Missing["KeyAbsent", c]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement