Changes between Initial Version and Version 1 of Ticket #1703
- Timestamp:
- 2012-09-13T15:08:35Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1703
- Property Component → Frontend
-
Ticket #1703 – Description
initial v1 1 {{{model M 1 {{{ 2 model M 2 3 Real r; 3 4 end M; … … 5 6 model N 6 7 extends M(r = 1.5 "abc"); 7 end N;}}} 8 end N; 9 }}} 8 10 9 11 r does not get the description "abc" in the flattened code!