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