For Programmers: Free Programming Magazines  


Home > Archive > Fortran > May 2006 > Re: Checking for Undefined









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Checking for Undefined
robin

2006-05-27, 7:02 pm

"Gordon Sande" <g.sande@worldnet.att.net> wrote in message
news:2006052514574816807-gsande@worldnetattnet...

> The original WatFor for IBM/7040 used a hardware hack. They set bad parity
> but since they were a load and go system they had a symbol table around
> and did the lookup for you. When WatFor moved to IBM/360 the feature was so
> popular that they had to work hard to reproduce the feature.


It wouldn't have been "hard".
It only required the initialization of variables
with a certain value, e.g., for integers, -2**31
and for float, -HUGE(1.0) etc.
(An unlikely but feasible alternative : a bit map.)


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com