Optional parameters: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: modified the code to work with Sidef 2.30)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1: Line 1:
{{task|Basic language learning}}
{{task|Basic language learning}}


;Task:
Define a function/method/subroutine which sorts a sequence ("table") of sequences ("rows") of strings ("cells"), by one of the strings. Besides the input to be sorted, it shall have the following optional parameters:
Define a function/method/subroutine which sorts a sequence ("table") of sequences ("rows") of strings ("cells"), by one of the strings. Besides the input to be sorted, it shall have the following optional parameters:
:{|
:{|
Line 20: Line 21:
See also:
See also:
* [[Named Arguments]]
* [[Named Arguments]]
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==