Print model equations

Hello,

Is there a way to print my model equations with the values of their parameters plugged in?

For example, in my .mod code I have:

[quote]parameters a;
var x;

a = 0.9;

model;
x = a*x(-1);
end;[/quote]

Is there a command to print

?

Thanks in advance,
Matheus

No, there currently is not.