basic.:=
Concatenates expression and assigns to variable.
Syntax
variable := string.expression
Description
concatenates a string to a variable and assigns it back to the given variable.
Example
x := y
Concatenates 'y' to 'x'. This is equivalent to: x = x : y
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
