Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
+ (concatenation)
operator
The concatenation operator + joins its operands together.
This operator only applies to values of types Identifier and Text.
Syntax
Expression1 + Expression2
Examples
Intent |
Code |
Write out an identifier by joining two parts |
write My + Class; |
Write out a text by joining two parts |
write "Hello, " + "world!"; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020