Words from neighbour ones: Difference between revisions

m
(Initial FutureBasic task solution added)
Line 744:
MutableStringSetString( mutStr, @"" )
for i = 0 to len(noDuplicates) - 1
MutableStringAppendString( mutStr, fn StringWithFormat( @"%2ld. %@\n", i+1, noDuplicates[i] ) )
next
printf @"%@", mutStr
Line 755:
{{output}}
<pre style="height:20ex;">
01. applicate
12. architect
23. astronomy
34. christine
45. christoph
56. committee
67. composite
78. constrict
89. construct
910. different
1011. extensive
1112. greenwood
1213. implement
1314. improvise
1415. intercept
1516. interpret
1617. interrupt
1718. philosoph
1819. prescript
1920. receptive
2021. telephone
2122. transcend
2223. transport
2324. transpose
</pre>
 
 
=={{header|Go}}==
723

edits