advance ( index backwards? -- index+/-1 )


Vocabulary
regexp.compiler.private

Inputs
indexan object
backwards?an object


Outputs
index+/-1an object


Definition


: advance ( index backwards? -- index+/-1 ) -1 1 ? + >fixnum
; inline