Changes between Initial Version and Version 1 of Ticket #1458
- Timestamp:
- 2013-04-29T16:28:42Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1458
- Property Component → Backend
-
Ticket #1458 – Description
initial v1 1 1 The check should probably be moved to the instantiation of functions (because we fall back to generation of code). We can check for usage of unbound variables in the same place later on... 2 2 3 {{{function f 3 {{{#!mo 4 function f 4 5 output Real y = y; 5 6 end f;