1RKLEFT(3) Library Functions Manual RKLEFT(3)
2
3
4
6 RkLeft - move the current clause to the clause to its left
7
9 #include <canna/RK.h>
10 int RkLeft(cxnum)
11 int cxnum;
12
14 RkLeft moves the current clause to the clause to its left, or to the
15 last clause if the current clause is 0.
16
18 If successful, this function moves the current clause in the context
19 and returns the current clause number after the move. It returns 0,
20 without doing anything, if it has been run in a nonconversion mode con‐
21 text.
22
23
24
25 RKLEFT(3)