The solution the book provides is:
: N-MAX ( -- n ) 0 BEGIN 1+ DUP 0< UNTIL 1- ;
All I can say is, on a 64-bit platform, which I'm on, this approach seems like a good way to set your cpu on fire lol.
: N-MAX ( -- n ) 0 BEGIN 1+ DUP 0< UNTIL 1- ;
All I can say is, on a 64-bit platform, which I'm on, this approach seems like a good way to set your cpu on fire lol.
October 02, 2025 - 07:31 UTC
1
0
1