1RKGOTO(3) Library Functions Manual RKGOTO(3)
2
3
4
6 RkGoTo - change the current clause
7
9 #include <canna/RK.h>
10 int RkGoTo(cxnum, bnum)
11 int cxnum;
12 int bnum;
13
15 RkGoTo sets the clause with the specified clause number bnum as the
16 current clause. The clause number must be 0 or greater but less than
17 the last clause number. The current clause does not change when a
18 clause number outside this range is specified.
19
21 If successful, this function moves the current clause in the context
22 and returns the current clause number after the move. It returns 0,
23 without doing anything, if it has been run in a nonconversion mode con‐
24 text.
25
26
27
28 RKGOTO(3)