1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

GDScript: Strings and StringNames match

This commit is contained in:
rune-scape
2023-05-15 04:06:43 -07:00
parent 33957aee69
commit fcdd926881
5 changed files with 87 additions and 39 deletions

View File

@@ -6,3 +6,7 @@ Compare !=: false
Concat: abcdef
Concat: abcdef
Concat: abcdef
String matched StringName literal
StringName matched String literal
String matched StringName
StringName matched String