Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Anybody familiar with Miranda?

38 views
Skip to first unread message

duke

unread,
Jun 29, 2012, 12:38:51 AM6/29/12
to
[quote]
In Miranda, all operators (except for ++ -- ˆ and :, as will be seen in Chapter 3) associate to the left.[/quote]

Then 2 examples are given! I get this first one:

(4.0 / 5.0 * 6.0) is interpreted as ((4.0 / 5.0) * 6.0)
\_first_/

This one I don't get

(4.0 / 5.0 / 6.0 / 7.0) is interpreted as ((4.0 / 5.0) / 6.0) / 7.0)

Should there not be another parenthesis at the beginning? Like:

(((4.0 / 5.0) / 6.0) / 7.0)

to make sense of Miranda's interpretation?

Jussi Piitulainen

unread,
Jun 29, 2012, 2:37:43 AM6/29/12
to
Yes. An obvious typo.

duke

unread,
Jun 29, 2012, 9:34:51 AM6/29/12
to
On Friday, June 29, 2012 12:37:43 AM UTC-6, Jussi Piitulainen wrote:
> duke writes:
>
> Yes. An obvious typo.

Thanks!! I thought so ....
0 new messages