PyneComp 6.0.31 — switch codegen fix
Pine switch blocks now compile reliably regardless of how the case targets are written — literals, dotted enum members, and bare-identifier constants all produce valid Python output (if/elif/else).
If you’ve used switch in a script, recompile to pick up the new output.