SuperStrict Framework brl.standardio Import brl.vector Local a:SVec2D = New SVec2D(3, 4) Local length:Double = a.LengthSquared() Print length ' 25