HP3000-L Archives

June 2001, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Sat, 30 Jun 2001 10:11:19 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (36 lines)
"Shahan, Ray" wrote:
>
> Since I'm responsible, in part, for this thread...I'll try to end it with
> one last explanation:
>
> IF A > B
>    DISPLAY "A > B"
> ELSE
>    IF A = B
>       DISPLAY "A = B"
>    ELSE
>       DISPLAY "A < B"
>    END-IF
> END-IF.
>
> is the same as
>
> IF A > B
>    DISPLAY "A > B"
> ELSE
>    IF A = B
>       DISPLAY "A = B"
>    ELSE
>       DISPLAY "A < B".

 evaluate a
    when > B display "A > B"
    when = B display "A = B"
    when < B display "A < B"
 otherwise display "Schroedinger attacks!".

Jeff :-)

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2