Files
godot-docs/tutorials/scripting/gdscript
saolof 15bcf71083 Minor change to section on for loop syntax
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.
2021-04-21 18:53:34 -04:00
..
2020-10-07 14:05:48 -06:00
2020-10-07 14:05:48 -06:00
2020-11-10 08:18:44 -06:00