You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a model in which I have to call a arinc653::stop subprogram. The BA plugin complains because stop is a reserved keyword. However, I think the parser could be able to make the difference, specially that the call to the subprogram is prefixed with the package in which it is defined.
I have a model in which I have to call a arinc653::stop subprogram. The BA plugin complains because stop is a reserved keyword. However, I think the parser could be able to make the difference, specially that the call to the subprogram is prefixed with the package in which it is defined.