File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
tutorials/scripting/gdscript Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,9 @@ Or unordered sets:
230230Dictionaries
231231------------
232232
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.
238236
239237Dictionaries can map any value to any other value with complete
240238disregard for the datatype used as either key or value. Contrary to
You can’t perform that action at this time.
0 commit comments