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


|dropSingleQuotes

Function: |dropSingleQuotes { [chars] -> [chars] }
file: job.t
package: lisp
status: alpha

This function is a little speed hack for the readLispString function: It runs through a block of characters dropping all singleQuote chars not preceded by another singleQuote char.


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