# New Ticket Created by  Klaas-Jan Stol 
# Please include the string:  [perl #57410]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57410 >


hi,

afaics, pdd19 does not specify the syntactic sugar for named arguments. So,
the following is not specified:

foo( "answer" => 42 )

This syntax is implemented in IMCC.


On a side note, the named parameter specification:

.param int "key" => answer

was deprecated (but it is implemented IIRC).



This TODO is then as follows:

Either specify the above argument syntax (e.g. "answer"=>42) in pdd19
or remove it from the implementationi.


kjs

Reply via email to