• General Chat
  • Ah, I never know that using black-slash can allow continue statement in new line in GDScript.

I never know that this is possible before aside from using parentheses. Is this mention anywhere in documentation? I think I read style guide many times and never know this or did I miss it ?

I've been using the backslash-line-continuation feature for a long time, so I must have seen it somewhere.

That link pointed out an aspect of the feature that I wasn't clear on. When there's an open delimiter (parenthesis, bracket, brace), the backslash isn't needed.

Real men write the whole game with one line of code.