Flatten a list: Difference between revisions

Content added Content deleted
Line 1,669: Line 1,669:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
A little outside the box.
<lang futurebasic>
<lang futurebasic>
local fn FlattenList( list as CFStringRef, unwantedCharacters as CFStringRef ) as CFStringRef
local fn FlattenList( list as CFStringRef, unwantedCharacters as CFStringRef ) as CFStringRef