mod join() {

  var what(50)

  const NUM(100)


  func setCar(var i) {

    for (car in cars)

      move(i)

  }

}