It depends on the assembler, your code imples that the comma is a directive instructing the assembler to repeat the movwf opcode.
This works when defining data registers, and some assembler versions accept commas when using retlw so you dont have to type it out every line when constructing lookup tables.
The only problem with doing this from experience is when you count up the number of lines to work out how long execution will take its tricky without looking at the list file.