assignment_in_if.gd 55 B

12345
  1. func test():
  2. # Error here.
  3. if foo = 25:
  4. print(foo)