# Macros page 6

  Define Point {
    Path {
      Width 0.3
      Move Minus %x 2 %y  RLine 4 0
      Move %x Minus %y 2  RLine 0 4
    }
  }
  Point { %x 100 %y 200 }
  Point { %x 200 %y 300 }
  Point { %x 123 %y 321 }
