Blame | Last modification | View Log | Download | RSS feed
foo <-function(x= 10, b="asd") {if(x)1else if(T)2else 4}bar <-function(x){for(i in 1:length(x)) {print(x[[i]])}return(T)}single <-function(x)TWhile <-function(){while(f(x)) {print(f(x))break}repeat {x <- x + 1break}}Logic <-function(){if(x < 1 && y > 10) {x | y & z}}