https://bugzilla.wikimedia.org/show_bug.cgi?id=30611

Niklas Laxström <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #19 from Niklas Laxström <[email protected]> 2011-09-10 
15:26:20 UTC ---
(In reply to comment #17)
> 2. Is there a nice way to program this function to accept an array of
> characters and return an array of sequences, so it won't have to be repeated 
> so
> many times?

Yes, but as far as I know it is not possible to do [1, 2, bar(3, 4), 5] and
have [1, 2, 3x, 4x, 5] as the output instead of [1, 2, [3x, 4x], 5]. Perhaps
some kind of special marker and then post processing the table?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to