String matching: Difference between revisions

m
Line 11:
B) Handle multiple occurrences of a string for part 2.
=={{header|ALGOL 68}}==
{{trans|python}}
{{trans|C}} - note: This specimen retains the original [[Character_matching.a68#C|C]] coding style.
 
{{works with|ALGOL 68|Revision 1 - no extensions to language used}}
 
{{works with|ALGOL 68G|Any - tested with release [http://sourceforge.net/projects/algol68/files/algol68g/algol68g-1.18.0/algol68g-1.18.0-9h.tiny.el5.centos.fc11.i386.rpm/download 1.18.0-9h.tiny]}}
{{wont work with|ELLA ALGOL 68|Any (with appropriate job cards) - tested with release [http://sourceforge.net/projects/algol68/files/algol68toc/algol68toc-1.8.8d/algol68toc-1.8-8d.fc9.i386.rpm/download 1.8-8d] - duestring toin extensivestring useis of '''format'''[ted] ''transput''non-standard?}}
<lang algol68># define some appropriate OPerators #
PRIO STARTSWITH = 5, ENDSWITH = 5;