OCLOperators concat

concat ( s : String ) : String

Returns a string containing self followed by *s*.

Expression Result
'concat'.concat(' ').concat('operation') 'concat operation'
This page was edited 47 days ago on 02/10/2024. What links here