Jump to content

Longest common substring: Difference between revisions

m
(Applesoft BASIC)
Line 1,655:
 
=== using FreePascal v.2 ===
{{works with|FreePascalFree Pascal|version 3.2.0 }}
<lang Pascal>
PROGRAM LongestCommonSubString.pas;
Line 1,672:
Can run independently from DELPHI / Lazarus
 
https://www.freepascal.org/advantage.var
(*)
 
122

edits

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