| Title: | Digital Ladebug debugger | 
| Moderator: | TLE::LUCIA | 
| Created: | Fri Feb 28 1992 | 
| Last Modified: | Fri Jun 06 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 969 | 
| Total number of notes: | 3959 | 
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 201.1 | Fixed | TLE::LUCIA | http://asaab.zko.dec.com/~lucia/biography.html | Fri Apr 25 1997 10:30 | 15 | 
|     This problem is fixed.
    
    (ladebug) print 1<2
    .TRUE. (1)
    (ladebug) print -1 > -2
    .TRUE. (1)
    (ladebug) print -1 < -2
    .FALSE. (0)
    (ladebug)  p -3 < -2
    .TRUE. (1)
    (ladebug) 
    
    [debugging a Fortran program, but the source language only affects the
    spelling of 'true' or 'false']
    
 | |||||