| Cobra | Interactive Query Language | back | ||
|---|---|---|---|---|
| NAMEback — move all current marks backward to the preceding tokenSYNTAXb[ack] b[ack] pattern b[ack] pattern1 pattern2 DESCRIPTIONSimilar to the next command, but moving marks back one token position instead of forward.This command does not recognize any qualifiers. EXAMPLES: b # move each mark to the preceding token : b \; # move each mark back to the last semi-colon : b @ident : # move each mark back to the last identifier that is followed by a colon SEE ALSOnext, jump, patterns | ||||
| Return to index Manual Tutorial | (Last Updated: 7 May 2017) | |||