Find words whose first and last three letters are equal: Difference between revisions

Line 866:
 
=={{header|VBScript}}==
After building a program checking for the 3 letters in any order, i found people just checked the letters in the same order at star and end. I modified my program so it puts an asterisk after the words in the "standard" answer. Run the ssript with CScript.
<lang vb>
with createobject("ADODB.Stream")