Hi!
I have encountered a warning while trying to parse the following piece of modelling code:
!for
y, x
!do
!transition_variables
!upper?,
d!upper?
!transition_equations
...
!end
The erros states:
Warning: IRIS Toolbox Warning :: obsolete.
*** The syntax for lower/upper case of a !for control variable in the following piece of code
is obsolete, and will be removed from IRIS in the future: '
!transition_variables
What might be the problem or how to substitute !upper syntax for something that will not become obsolete?
Best,
Andrey Orlov