Changes between Initial Version and Version 1 of Ticket #1458


Ignore:
Timestamp:
2013-04-29T16:28:42Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1458

    • Property ComponentBackend
  • Ticket #1458 – Description

    initial v1  
    11The 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...
    22
    3 {{{function f
     3{{{#!mo
     4function f
    45  output Real y = y;
    56end f;