check ( index string backwards? -- in-bounds? )


Vocabulary
regexp.compiler.private

Inputs
indexan object
stringan object
backwards?an object


Outputs
in-bounds?an object


Definition


: check ( index string backwards? -- in-bounds? )
[ drop -1 eq? not ] [ length < ] if ; inline