Concatenation operation

Syntax

…string-expr… || …string-expr…

Typing

STRING, STRING -> STRING

Description

Concatenate two strings.

Examples

expression evaluates to
"foo" || "bar" "foobar"