We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8123411 commit cf660fcCopy full SHA for cf660fc
content/en-us/tutorials/fundamentals/coding-5/intro-to-dictionaries.md
@@ -87,6 +87,7 @@ One everyday use of dictionaries is organizing player or character information.
87
### Using Dictionary Values
88
89
There are two ways to access dictionary values:
90
+
91
- `tableName["keyName"]` (importantly, note the quotations)
92
- `tableName.keyName`
93
0 commit comments