Optional parameters: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
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:
{{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:
:{|
Line 20 ⟶ 21:
See also:
* [[Named Arguments]]
<br><br>
 
=={{header|Ada}}==