Flex – dynamic number of arguments
A quite nice feature of Flex that I came across recently is the …rest parameter in as3. You can specify some parameters. Because of the …rest parameter, you can pass additional parameters as many as you want. But the …rest must be placed at the end:






