More variadic block inputs

  • Elaboration:

You get a normal value when you get a normal upvar, right?

normal!

But what would you get when you try to refer to a variadic upvar? You can't exactly refer to the variable because you don't know it's name.

Like, if I asked it for "item (3) of (upvars)", what do I get? Not a variable, but a value.

Read this thread if you want...

Variadic upvars