Go to the first, previous, next, last section, table of contents.


|scanTokenToCharPair

Function: |scanTokenToCharPair { [mss c1 c2 quote] -> [mss bytestart bytestop lineloc] }
file: job.t
package: muf
status: alpha

The |scanTokenToCharPair function is exactly like the |scanTokenToChar function, except that the token read is terminated by the consecutive pair of characters c1 c2, instead of by a single character. The terminating characters are included in the token.


Go to the first, previous, next, last section, table of contents.