What is the problem about this times command?

I don’t know what is the problem on this times command.

I wand to make loop like following.
if I input 5 on pop up window, the program repeats 5 times.

but it shows error on the times command line.
how can I fix it?

{
  "Command": "prompt",
  "Target": "input number@1000",
  "Value": "vol",
  "Description": ""
},
{
  "Command": "times",
  "Target": "${vol}",
  "Value": "",
  "Description": ""
},

You need to add the END command complete the TIMES loop.

thank you.
I could solve this problem.