statecharts
statecharts copied to clipboard
Story: Define string type handling for C code generators
Currently the use of sting data types is not fully defined for the C code generator. Especially the use in expressions that process strings (like concatenation - '+' operator) is not finally defined yet.
Additionally there are two related issues and discussions regarding the string type definition: #121 and #263.
This feature also has to be synchronized with string handling in the Pro's C domain.
Should I close #1062?