godot/modules/gdscript/tests/scripts/parser
George Marques 9462ae4783
GDScript: Remove function of continue for match statement
The keyword is confusing and rarely is used in the intended way. It is
removed now in favor of a future feature (pattern guards) to avoid
breaking compatibility later.
2023-01-22 18:45:24 -03:00
..
errors Merge pull request #67774 from aaronfranke/script-annotations 2023-01-16 22:20:44 +01:00
features GDScript: Remove function of continue for match statement 2023-01-22 18:45:24 -03:00
warnings GDScript: Make using return of void function an error 2022-12-30 13:35:38 -03:00