Subscript as variable?

Anyone know much about this?

I’d like to use a subscript as a parameter so that I can do some manipulation. So I don’t want Desmos to do this:

I want it to allow for n itself to be the variable and control that rather than do a workaround. Possible or not possible?

Thanks!

Nope, it won’t do that. What about using a list?:

y = 4 {x<= L}
or?
y = 4 {x<= L[n]}

Yeah ended up doing that but it’s just a lot more markup for what I want to do.

Thanks for confirming my suspicions!