Changes between Initial Version and Version 1 of Ticket #3644, comment 2


Ignore:
Timestamp:
2016-02-04T16:25:50+01:00 (9 years ago)
Author:
lochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3644, comment 2

    initial v1  
    77    output Real a, b;
    88  algorithm
    9     a := sin(time);
     9    a := sin(t);
    1010    b := t * cos(a);
    1111  end goo;