| Subroutine 3Sequence Processing Subroutine () |
|
Input: Any sequence , given ordered list S and event set E Output: A split-list obtained from splitting by S and E sequentially
= for in S do replace by ’-’++’-’ in end for .replace(’–’,’-’) for each symbol in .split(’-’) do if in S then .append() else .append( split by basic events ) end if end for return |