nextVar

fun nextVar(): Int

Returns the next unique integer for naming local variable arrays (x_N). Kept separate from next so that variable names and continuation names occupy distinct namespaces, making generated code easier to read.