Merge pull request #6845 from karroffel/master

Adds pattern matching to GDScript
This commit is contained in:
Juan Linietsky 2017-01-14 17:08:10 -03:00 committed by GitHub
commit 4261880c94
6 changed files with 696 additions and 1 deletions

View file

@ -1938,6 +1938,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
"for",
"pass",
"return",
"match",
"while",
"remote",
"sync",