PRINT needs minor improvement [message #3775] |
Fri, 10 March 1995 10:05  |
mallozzi
Messages: 60 Registered: August 1994
|
Member |
|
|
When debugging code, one prints variables as the code runs to check
their values. I sometimes make typos, such as
PRINT, 'energy = ', enegry
The PRINT command crashes the entire code, complaining that enegry is
an undefined variable. It would be a nice improvement if, in this case,
PRINT acts like HELP, and just says
ENEGRY UNDEFINED = <Undefined>
and the code just continues on...
mallozzi@ssl.msfc.nasa.gov
|
|
|
|