Jump to content

Levenshtein distance: Difference between revisions

m
→‎{{header|PL/M}}: Removed unused declarations
(Added PL/M translation of Action!)
m (→‎{{header|PL/M}}: Removed unused declarations)
Line 4,499:
DECLARE STR1 BASED S1 STRING, STR2 BASED S2 STRING;
DECLARE MATRIX ( MATRIX$SIZE ) ADDRESS;
DECLARE ( RESULT, MIN, K, L, I, J, M, N ) BYTE;
RESULT = 0;
M = STR1( 0 );
N = STR2( 0 );
Line 4,530 ⟶ 4,529:
DECLARE ( W1, W2 ) ADDRESS;
DECLARE ( WORD$1, WORD$2 ) STRING;
DECLARE RESULT ADDRESS;
 
CALL SCOPY( .WORD$1, W1 );
3,045

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.