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


|bracketPosition

Function: |bracketPosition { [] left right -> [] i-or-nil }
file: job.t
package: muf
status: alpha

(This is a specialized compiler-support function.)

The left and right values must be characters; They are interpreted as a matching pair of brackets, just as () [] or {}.

Search the contents of the block for an integer value corresponding to the first right bracket not matched by a left bracket. If such a value is found, return the integer offset of the block location in which it is found; Otherwise, return nil.

Integer values in the block above 255 are ignored. So are values between double quotes.


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