backward-sexp in scheme:text<%>
backward-sexp
scheme:text<%>
Move the caret backwards one sexpression
(send a-scheme:text backward-sexp start-pos) -> void start-pos : exact-integer
(send a-scheme:text backward-sexp start-pos)
send
a-scheme:text
start-pos
Moves the caret to the beginning of the sexpression that ends at start-pos.