search for: labelbegin

Displaying 1 result from an estimated 1 matches for "labelbegin".

2012 Jun 12
3
R-SCRIPT Label Calling Method
...+1 c <- b+a/20 if c >5 { d<- 1 } else { d<- 0 } i want to repeat this code from the 2nd line [b <- b+1] without using loop. Actulay i want to use "*Label *" and call *GoTo* method like in other coding Languages. For eg:- like this, a <-1 *LabelBegin :* b <- b+1 c <- b+a/20 if c >5 { d<- 1 } else { d<- 0 } *Go to LabelBegin* Is there any method like that in...