miller/test/cases/dsl-array-map-indexing/0043/mlr
2021-11-11 14:15:13 -05:00

1 line
60 B
Text

@idx = NR % 5; @idx = @idx == 0 ? 5 : @idx; $[@idx] = "NEW"