> handy function like 'ifelse' in R Yes, you can do `let c = if a == b: a*b else: a+b`
If you want to operate on vectors/arrays like that, you might need to define your `+` and `*` functions.
> handy function like 'ifelse' in R Yes, you can do `let c = if a == b: a*b else: a+b`
If you want to operate on vectors/arrays like that, you might need to define your `+` and `*` functions.