3 lines
73 B
Text
3 lines
73 B
Text
|
|
4 + $foo # yields 4
|
||
|
|
"abc" + $foo + "def" # yields "abcdef"
|