[Prev][Next][Index]
const declaration
- Date: Thu, 5 Oct 1995 15:12:57 -0700
- From: pedro@cs.ucsb.edu (Pedro N. Diniz)
- To: sage-bugs@extreme.indiana.edu
- Subject: const declaration
- Sender: owner-sage-bugs@extreme.indiana.edu
Hello again,
How do I recognize that a declaration like:
const int NDIM = 3;
is indeed a constant name definition? Apparently the Sage parses this
as a declaration whose symbol has variant VARIABLE_NAME and not CONST_NAME.
I see no function at the statement level like, isExtern, that could give
this information.
Thanks once again for any help
Pedro