standalone_expression.gd 165 B

12345678
  1. func test():
  2. # The following statements should all be reported as standalone expressions:
  3. 1234
  4. 0.0 + 0.0
  5. Color(1, 1, 1)
  6. Vector3.ZERO
  7. [true, false]
  8. float(125)