Levenshtein distance: Difference between revisions

m
→‎{{header|Limbo}}: Use {{out}} instead of {{output}} and <pre> instead of <code> in the output
m (→‎{{header|Fortran}}: newline between {{out}} and <pre>)
m (→‎{{header|Limbo}}: Use {{out}} instead of {{output}} and <pre> instead of <code> in the output)
Line 3,259:
</syntaxhighlight>
 
{{outputout}}
<codepre>
% levenshtein kitten sitting rosettacode raisethysword
kitten <-> sitting => 3
rosettacode <-> raisethysword => 8
</codepre>
 
=={{header|LiveCode}}==
3,045

edits