ABC words: Difference between revisions

Content added Content deleted
(rm disclaimer now that the task description is clearer)
Line 9: Line 9:
<br><br>
<br><br>
=={{header|FreeBASIC}}==
=={{header|FreeBASIC}}==
Assuming the words can contain the letters a, b, c more than once. It tracks them in the order of their first occurrence.

<lang freebasic>
<lang freebasic>
#define NOTINSTRING 9999
#define NOTINSTRING 9999