GDScript Notes are as of Godot 4.5.1 (October 2025) Empty string is falsy, non-empty string is truthy. # prints "b" only. if "": print("a") if "x": print("b")