Last letter-first letter: Difference between revisions

Content deleted Content added
Added BBC BASIC
→‎{{header|ooRexx}}: fix incorrect result
Line 1,531:
 
=={{header|ooRexx}}==
{{incorrect|ooRexx|first letter of the last word doesn't connect to the previous entry's last letter.}}
 
<lang ooRexx>
-- create the searcher and run it
Line 1,595 ⟶ 1,593:
-- chuck this result and refill with current set
longestchain~empty
longestchain~appendall(pokemon~section(1, currentchain - 1))
longestchain~append(pokemon[i])
max = 1
currentLongest = currentchain
Line 1,635 ⟶ 1,634:
exeggcute
emolga
ivysauraudino
</pre>