virtualx-engine/modules/gdscript/tests/scripts/parser/features/nested_match.out
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

21 lines
61 B
Text

GDTEST_OK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20