Talk:Optional parameters

From Rosetta Code
Revision as of 06:58, 24 May 2009 by rosettacode>Paddy3118 (Table format)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Table?

So the input table in your example is:

  "a"    "b"    "c"
  ""     "q"    "z"
  "zap"  "zip"  "Zot"

And sorting is of rows and by column. Actually, now I have written it out - it makes sense. --Paddy3118 06:58, 24 May 2009 (UTC)