Named parameters: Difference between revisions

insert {{omit from}} Pascal
mNo edit summary
(insert {{omit from}} Pascal)
Line 1,184:
 
The procedure Foo is defined with pattern matching in the argument list. The ellipsis means that additional record fields are allowed. To access optional record fields, we have to explicitly try to select a field and provide a default value in case it is missing ("CondSelect").
 
{{omit from|Pascal}}
 
=={{header|Perl}}==
149

edits