mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
7 lines
72 B
GDScript
7 lines
72 B
GDScript
func test():
|
|
match null:
|
|
null:
|
|
print('null matched')
|
|
_:
|
|
pass
|