Re: Putting version information, description, copright into modules
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Putting version information, description, copright into modules
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2016年2月12日 13:52:48 -0200
> > The manual says "names", not "variables".
>
> I'm sorry to be dense, but I don't see what you mean. Is a "name" simply
> a toplevel variable? Does it mean something more specific here?
name == identifier. It can be a global variable name, a field name,
a parameter name, a local variable name, etc. All names are names :-)
-- Roberto
- References:
- Putting version information, description, copright into modules, Marc Balmer
- Re: Putting version information, description, copright into modules, Daurnimator
- Re: Putting version information, description, copright into modules, Peter Aronoff
- Re: Putting version information, description, copright into modules, Roberto Ierusalimschy
- Re: Putting version information, description, copright into modules, Peter Aronoff