whats this 200 window limit?

i just wrote this
Code:
w400 {
  var %i = 1
  while (%i <= 400) {
    window -dne @x $+ %i
    inc %i
  }
}

and it made all 400 of them , am i missing something?