Replies: 1 comment 2 replies
-
Syntax discussion goes to https://github.com/dotnet/csharplang/discussions . There is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_advanced.html#doc-gdscript-more-efficiently
for s in strings:
print(s)
for key in dict:
print(key, " -> ", dict[key)
for i in range(strings.size()):
print(strings[i])
Beta Was this translation helpful? Give feedback.
All reactions