File tree 1 file changed +3
-5
lines changed
tutorials/scripting/gdscript
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,9 @@ Or unordered sets:
230
230
Dictionaries
231
231
------------
232
232
233
- Dictionaries are a powerful tool in dynamically typed languages.
234
- Most programmers that come from statically typed languages (such as C++
235
- or C#) ignore their existence and make their life unnecessarily more
236
- difficult. This datatype is generally not present in such languages (or
237
- only in limited form).
233
+ Dictionaries are a powerful tool in dynamically typed languages. In
234
+ GDScript, untyped dictionaries can be used for many cases where a statically
235
+ typed language would tend to use another data structure.
238
236
239
237
Dictionaries can map any value to any other value with complete
240
238
disregard for the datatype used as either key or value. Contrary to
You can’t perform that action at this time.
0 commit comments