aboutsummaryrefslogtreecommitdiff
path: root/test_evaluate_expression.r
blob: cf60a67b26e6de7695c39b381b8d6060b337248f (plain)
1
2
3
4
test_method <- function (arg_1, arg_2) {
	result <- arg_1 + arg_2
	return(result)
}