Re: public static final - compilation error
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Tue, 28 Jun 2005 10:49:29 -0600
Chris Smith <cdsmith@xxxxxxx> wrote:
> PLUS = plus;
> MINUS = plus;
> MULTI = plus;
> DIVIDE = plus;
Oops. Obviously, that should be:
PLUS = plus;
MINUS = minus;
MULTI = multi;
DIVIDE = divide;
--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
.
- References:
- public static final - compilation error
- From: Kamil Roman
- Re: public static final - compilation error
- From: Thomas Fritsch
- Re: public static final - compilation error
- From: Chris Smith
- public static final - compilation error
- Prev by Date: Re: public static final - compilation error
- Next by Date: Re: public static final - compilation error
- Previous by thread: Re: public static final - compilation error
- Next by thread: Re: public static final - compilation error
- Index(es):
Relevant Pages
|