[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

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

201.0. "Problem with comparison" by MUNICH::BEICHT (Wait! That's a Mimic!) Mon Mar 20 1995 11:07

T.RTitleUserPersonal
Name
DateLines
201.1FixedTLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlFri Apr 25 1997 10:3015
    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']