DragonFly On-Line Manual Pages
RKGOTO(3) DragonFly Library Functions Manual RKGOTO(3)
NAME
RRkkGGooTToo - change the current clause
SYNOPSIS
##iinncclluuddee <<ccaannnnaa//RRKK..hh>>
iinntt RRkkGGooTToo((ccxxnnuumm,, bbnnuumm))
iinntt ccxxnnuumm;;
iinntt bbnnuumm;;
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.
RETURN VALUE
If successful, this function moves the current clause in the context
and returns the current clause number after the move. It returns 00,
without doing anything, if it has been run in a nonconversion mode
context.
RKGOTO(3)