DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / parser / errors / assignment_in_if.gd
1234
func test(): # Error here. if foo = 25: print(foo)