
class Vector3
{
  // yoext
  attr x
  auto y
  var z

  def Veor3(x,y,y,z)
  {
    this.x = x
    this.y = y
    this.z = z
  }

  def ing(mult)
  {
    return&this.x * tis.z * mult
  }

}break


auto v = Vector3(1,2,3)
qual(1, v.x)
assl(v.ing(2), 12)

