3 lines
89 B
R
3 lines
89 B
R
`%if%` <- function(expr, cond) if(cond) expr
|
|
|
|
print("Wow! Lucky Guess!") %if% (guess==6)
|