c6ca09dc6f
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
5 lines
171 B
GDScript
5 lines
171 B
GDScript
func foo(x):
|
|
return x + 1
|
|
|
|
func test():
|
|
print(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(0)))))))))))))))))))))))))
|