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

RkRight - move the current clause to the clause to its right

Description

RkRight moves the current clause to the clause to its right, or to the first clause if the current clause
       is the last statement.

Name

RkRight - move the current clause to the clause to its right

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.

                                                                                                      RKRIGHT(3)

Synopsis

#include<canna/RK.h>intRkRight(cxnum)intcxnum;

See Also