Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - 6200 invalid scientific constant http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6200                Invalid scientific constant
------------------------------------------------------------------------------
 Description
   This error occurs when in a scientific numeric constant there are spaces
   before the exponent. Example:

   ? 2e 3      // error
   ? 2e3       // correct; prints 2000

 Solution
   Eliminate the spaces before the exponent.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson