mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Rephrase dictionary description in Advanced GDScript
This commit is contained in:
@@ -230,11 +230,9 @@ Or unordered sets:
|
||||
Dictionaries
|
||||
------------
|
||||
|
||||
Dictionaries are a powerful tool in dynamically typed languages.
|
||||
Most programmers that come from statically typed languages (such as C++
|
||||
or C#) ignore their existence and make their life unnecessarily more
|
||||
difficult. This datatype is generally not present in such languages (or
|
||||
only in limited form).
|
||||
Dictionaries are a powerful tool in dynamically typed languages. In
|
||||
GDScript, untyped dictionaries can be used for many cases where a statically
|
||||
typed language would tend to use another data structure.
|
||||
|
||||
Dictionaries can map any value to any other value with complete
|
||||
disregard for the datatype used as either key or value. Contrary to
|
||||
|
||||
Reference in New Issue
Block a user