Hei BB experts,
is it possible to set a REAL variable to INF and the test whether the variable is INF later?
MODULE Thing:
VAR x: REAL;
PROCEDURE One; BEGIN x := INF END One;
PROCEDURE Two (): BOOLEAN BEGIN RETURN x = INF END Two;
END Thing.
---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Received on Mon Jul 21 2008 - 11:34:47 UTC
This archive was generated by hypermail 2.3.0
: Thu Sep 26 2013 - 06:30:54 UTC