Rémi Verschelde
d35003d92a
GDScript: Remove unused switch, case and do CF keywords
...
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 .
2019-02-20 14:05:08 +01:00
..
2019-01-01 12:58:10 +01:00
2019-02-18 15:24:09 +01:00
2019-02-12 13:34:25 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-02-18 09:35:29 +01:00
2019-01-09 02:06:13 +01:00
2019-01-01 12:58:10 +01:00
2019-02-18 10:26:22 +01:00
2019-02-20 14:05:08 +01:00
2019-01-07 10:06:12 +01:00
2019-01-28 06:29:39 +01:00
2019-01-01 12:58:10 +01:00
2019-02-13 09:23:29 +01:00
2019-02-12 14:39:47 +01:00
2019-02-19 01:02:20 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-01-25 12:41:54 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-02-12 13:34:25 +01:00
2019-01-28 16:00:15 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-01-10 12:45:57 +01:00
2019-01-01 12:58:10 +01:00
2019-02-12 22:59:56 +01:00
2019-02-10 13:30:48 +01:00
2019-01-01 12:58:10 +01:00
2019-01-16 11:39:39 +01:00
2019-01-01 12:58:10 +01:00
2019-02-18 21:54:31 +01:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2018-09-28 14:07:39 +02:00