Soundex: Difference between revisions

Content deleted Content added
Objeck (talk | contribs)
Chunes (talk | contribs)
Add Factor example
Line 1,637:
Wheaton W350 W350
</pre>
 
=={{header|Factor}}==
<lang factor>USE: soundex
"soundex" soundex ! S532
"example" soundex ! E251
"ciondecks" soundex ! C532
"ekzampul" soundex ! E251</lang>
 
=={{header|Forth}}==