1RKRIGHT(3) Library Functions Manual RKRIGHT(3)
2
3
4
6 RkRight - move the current clause to the clause to its right
7
9 #include <canna/RK.h>
10 int RkRight(cxnum)
11 int cxnum;
12
14 RkRight moves the current clause to the clause to its right, or to the
15 first clause if the current clause is the last statement.
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 RKRIGHT(3)