Odd words: Difference between revisions

Content added Content deleted
(Undo revision 317723 by Petelomax (talk))
(whatever)
Line 53: Line 53:


while curr->nxt <> NULL
while curr->nxt <> NULL
if length(curr->word) > 6 then word = crunch( curr->word ) else goto nextword
if length(curr->word) > 8 then word = crunch( curr->word ) else goto nextword
currj = head
currj = head
while currj->nxt <> NULL
while currj->nxt <> NULL
Line 63: Line 63:
wend</lang>
wend</lang>
{{out}}
{{out}}
<pre>barbarian ---> brain
{{incorrect|FreeBASIC|"over 4" aka "length 5 or more"}}
childbear ---> cider
There are 210 solutions. I will give the first and last ten.
<pre>ablution ---> alto
corrigenda ---> cried
agnostic ---> ansi
gargantuan ---> grata
allegra ---> alga
headdress ---> hades
allusion ---> also
palladian ---> plain
alluvial ---> alva
propionate ---> point
ambient ---> abet
salvation ---> slain
ammerman ---> amra
siltation ---> slain
annette ---> ante
slingshot ---> sight
ariadne ---> aide
statuette ---> saute
ballast ---> blat
supersede ---> spree
supervene ---> spree
<SNIP>
twiddle ---> tide
terminable ---> trial</pre>
twombly ---> toby
weekend ---> weed
whatnot ---> want
where'd ---> weed
whether ---> wehr
whipple ---> wipe
whitney ---> winy
wrangle ---> wage
wrigley ---> wily</pre>


=={{header|Phix}}==
=={{header|Phix}}==