mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-25 15:05:22 +00:00
d35003d92a
They had been reserved for future implementation, but we now have the `match` CF keyword which does the same and more. According to @reduz `do` was even added by mistake when copying from the shader language parser, it was never intended to add support for `do`... `while` loops, as the syntax would be awkward in GDScript, and the added sugar is not worth it. Fixes #25787.