Description Usage Arguments Details Value Examples
Modified addition operator to work with strings.
1 | "+"(e1, e2)
|
e1 |
LHS |
e2 |
RHS |
If any of the arguments is of class character
, the two arguments are concatenated and returned as string. Else the base implementation of +
is called.
A string or numeric.
1 2 3 4 5 6 | {
1+1
"a"+"b"
"a"+1+2
1+2+"a"
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.