Feb. 11, 2009
11:55 a.m.
On Wednesday 11 February 2009 12:08:44 Lukas Renggli wrote:
to the ANSI standard integers do not support an exponent:
  integer ::= decimalInteger  | radixInteger   decimalInteger ::= digits   digits ::= digit+   radixInteger ::= radixSpecifier  'r' radixDigits   radixSpecifier := digits   radixDigits ::= (digit | uppercaseAlphabetic)+
Ok thanks for this explanation :) I didn't know but the problem is that some classes use this notation ... Cheers, Gwenael Casaccio