4 lines
38 B
Mathematica
4 lines
38 B
Mathematica
let x = {a:5,b:6,c:7}
|
|
x['b'] = true
|
|
x
|
let x = {a:5,b:6,c:7}
|
|
x['b'] = true
|
|
x
|