1 2 3 4 5 6 7 8 9 10 11 12 13
# Expected output: # [1] bootstrapping runtime # [2] compiling modules # [3] serving traffic let steps = @[ "bootstrapping runtime", "compiling modules", "serving traffic" ] for idx, step in steps.pairs(): echo "[" & $(idx + 1) & "] " & step