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


|scanTokenToNonwhitespace

Function: |scanTokenToNonwhitespace { [mss] -> [mss bytestart bytestop lineloc eol] }
file: job.t
package: muf
status: alpha

The |scanTokenToNonwhitespace function is exactly like the |scanTokenToChar function, except that the token read is terminated by any nonwhitespace character, and an eoln return value is provided which is nil unless the token contained a newline. The terminating nonwhitespace is not included in the token.


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