any_get_sides($this, $fallback = 0)
  $this_sides = utilus_get_sides($this.arguments, $fallback)
  if ('' + $this_sides == '0 0 0 0')
    $this_sides = utilus_get_sides($this.parent.arguments, $fallback)
  return $this_sides

