mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Removed deleted gdscript keywords
This commit is contained in:
@@ -167,16 +167,10 @@ in case you want to take a look under the hood.
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| for | See for_. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| do | Reserved for future implementation of ``do... while`` loops. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| while | See while_. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| match | See match_. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| switch | Reserved for future implementation. See match_. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| case | Reserved for future implementation. See match_. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| break | Exits the execution of the current ``for`` or ``while`` loop. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| continue | Immediately skips to the next iteration of the ``for`` or ``while`` loop. |
|
||||
|
||||
Reference in New Issue
Block a user