SolidSoft-Lda opened a new issue #885:
URL: https://github.com/apache/royale-asjs/issues/885


   The parameter ... arguments (documentation here: 
https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/arguments.html)
 allows to create a function with an undefined number of arguments that can be 
iterated as an array inside the function.
   
   In Flex world, this parameter writes this way: ... arguments, however in 
Royale world the only way to compile is this way: ... Arguments (notice the "A" 
instead of "a").
   
   Royale ex:
   
   public function call(... Arguments):void //this line will not work with ... 
arguments
   {
   }
   
   call("1", "2", "3");


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to