[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The "i" in "ipairs" (was re: Newbie: ipairs() for tables with non integer keys)
- From: roberto@... (Roberto Ierusalimschy)
- Date: Fri, 8 Dec 2006 12:51:39 -0200
>From the Fortran site:
http://www.fortran.com/fortran/F77_std/rjcnf0001-sh-4.html#sh-4.1.2
A first letter of I, J, K, L, M, or N implies type integer and any other
letter implies type real, unless an IMPLICIT statement (8.5) is used to
change the default implied type.
(Just to make sure...)
-- Roberto