Thanks, everybody who replied!  I couldn't find the documentation
anywhere, but it looks like that's what it did :)  On the other hand,
there's just so much documentation to search through that I sometimes
have a tough time.

On 9/20/06, Jeff Butera <[EMAIL PROTECTED]> wrote:
On Wed, 20 Sep 2006, jjuser ud2 wrote:

> In UniBasic, does a statement like:
> isTRUE=(TRUE<12>="Y")
> force a boolean comparison instead of an assignment, such that isTRUE
> is assigned a 1 or 0 as a value?

Yes.  The following outputs '2 0'

X = 2
Z = (X = 3)
PRINT X:' ':Z

Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
[EMAIL PROTECTED]
413-559-5556

"You're not right, Daddy"
        my 3-year old showing her wisdom
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to