We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98f418 commit 6fd494aCopy full SHA for 6fd494a
docs/docs/code/basics/destructuring_assignment3.own
@@ -1,4 +1,4 @@
1
-map = {"key1": 1, "test", "text"}
+map = {"key1": 1, "test": "text"}
2
extract(var1, var2) = map
3
println var1 // [key1, 1]
4
println var2 // [test, text]
0 commit comments