You're thinking sequentially instead of functionally.
The value of [4 * 3 * [7 - [6/2]] is:
the value of 4
times
the value of 3
times
the value of [7 - [6/2]].
Each of those "the value of" should be a call to a function in your
program.
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.