I have 2 questions, related, in my case:
Are Internal Procedures implemented in .NET? I get an error 'Cannot yet process records...' that seems to imply they are not. Is that true, or am I doing something wrong?
The documentation states that assigned goto's are retained in the current version. If that is true, what is the correct syntax? Although the routines compile, run-time errors result.
In Fortran 77, you simply said:
ASSIGN 666 TO IRETURN . . . GOTO IRETURN --- this appears not to work.