cse-sim / cse

California Simulation Engine
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

String concatenation #465

Open chipbarnaby opened 8 months ago

chipbarnaby commented 8 months ago

Add a string concatenation function to the CSE language

str3 = concat( str1, str2)

Useful for e.g. assembling case-specific file names or informative report titles.

A preliminary implementation code appears to work correctly but has not been sufficiently tested or generalized, see PR #

In addition to testing, the following are worth considering:

Also -- add documentation.