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
where fun is a name of a function used in the same program unit. Currently fun is modelled as a variable (as FASTFortranIntrinsicStatement implements FASTFortranTVariableGroup). The question is if it is correct or names of functions should be just plain strings.
The text was updated successfully, but these errors were encountered:
We could have a FASTFortranIntrinsicStatement or something along these lines
And this would have a name which is a plain Pharo String (it would be a named entity).
INTRINSIC
statement (https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vna7/index.html) has a formINTRINSIC fun [, fun] ...
where
fun
is a name of a function used in the same program unit. Currentlyfun
is modelled as a variable (asFASTFortranIntrinsicStatement
implementsFASTFortranTVariableGroup
). The question is if it is correct or names of functions should be just plain strings.The text was updated successfully, but these errors were encountered: