You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Removed GDScript "function" keyword
This commit is contained in:
@@ -852,7 +852,6 @@ void GDTokenizerText::_advance() {
|
||||
{TK_OP_AND,"and"},
|
||||
//func
|
||||
{TK_PR_FUNCTION,"func"},
|
||||
{TK_PR_FUNCTION,"function"},
|
||||
{TK_PR_CLASS,"class"},
|
||||
{TK_PR_EXTENDS,"extends"},
|
||||
{TK_PR_ONREADY,"onready"},
|
||||
|
||||
Reference in New Issue
Block a user