🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators concat
Created by Stephanie on 2023-05-03 · Last edited by Edgar on 2025-08-31.

concat ( s : String ) : String

Returns a string containing self followed by *s*.

Expression Result
'concat'.concat(' ').concat('operation') 'concat operation'