basic.cat

Relational Operator/BASIC Program, Releases: AP and R83

Concatenates string expressions.

Syntax

expression cat expression expression : expression

Description

concatenates strings in an expression.

'cat' and the ':' operator are identical.

Example

z = x cat y

This is equivalent to:

z = x : y

See Also

Command Name Type Description
basic.crt Statement Outputs expression to crt.
basic.:= Assignment Operator Concatenates expression and assigns to variable.
basic.print Statement Outputs expression to printer or crt.
string.expressions Definition A string of characters.
basic.: Relational Operator Concatenation operator.
basic.assignment Definition Assigns value to variable.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.