| Cobra | Interactive Query Language | jump | ||
|---|---|---|---|---|
| NAMEjump — move marks to the opposite end of a rangeSYNTAXj[ump] DESCRIPTIONBy default parentheses, braces, and brackets have a range associated with them. The range is a reference to the matching token, either forward or backward. The user can define additional ranges with stretch commands.A jump command moves each mark that is associated with a range towards the token at the opposite side of the range, if any. For marked tokens without an associated range, the command has no effect. EXAMPLES: m [ : j # move to the matching ] token : j # move back to the original [ token SEE ALSOstretch | ||||
| Return to index Manual Tutorial | (Last Updated: 7 May 2017) | |||