RosettaCodeData/Task/Inverted-syntax/R/inverted-syntax-1.r
2023-07-01 13:44:08 -04:00

1 line
44 B
R

do.if <- function(expr, cond) if(cond) expr