octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Troubles with Fortran function naming convention ?


From: Nir Krakauer
Subject: Re: Troubles with Fortran function naming convention ?
Date: Wed, 10 Jul 2013 08:51:36 -0400

> Is the use of the same symbol as return variable and function name valid ?

No, defining the function name as a variable means that you can't call
the function until you've cleared the variable. So don't use the same
name for both.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]