logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RkGoTo - change the current clause

Description

RkGoTo  sets  the  clause with the specified clause number bnum as the current clause.  The clause number
       must be 0 or greater but less than the last clause number.  The current clause does  not  change  when  a
       clause number outside this range is specified.

Name

RkGoTo - change the current clause

Return Value

       If  successful,  this  function  moves  the  current clause in the context and returns the current clause
       number after the move.  It returns 0, without doing anything, if it has been run in a nonconversion  mode
       context.

                                                                                                       RKGOTO(3)

Synopsis

#include<canna/RK.h>intRkGoTo(cxnum,bnum)intcxnum;intbnum;

See Also