mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-05-19 14:12:07 -04:00
15bcf71083
The C-like for loop is specific to languages that wanted to copy C syntax and has nothing to do with static vs dynamic typing. Most new languages do not have it and have a foreach loop over iterators instead, regardless of whether they are statically typed or not.