Chapter 8: 'Mult' example

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Chapter 8: 'Mult' example

faIan36
This post was updated on .
On page 150, example code for a naive multiplication function is shown. The text explains that !(i<y) is implemented as push i, push y, lt, <b>ng while figure 8.1 below shows push i, push y, lt, neg. I think that the correct operation would actually be 'not', since its argument is the boolean result of lt.
Reply | Threaded
Open this post in threaded view
|

Re: Chapter 8: 'Mult' example

faIan36
For some reason, bolding doesn't work and it just shows a <b> tag. Maybe something with the "Message is in HTML Format"-Checkbox?