Post Reply 
(48G) GCD: Greatest Common Divisor
09-01-2018, 05:57 PM
Post: #13
RE: (48G) GCD: Greatest Common Divisor
Hi, Thomas Klemm

My guess is « WHILE REPEAT END » cannot compile, and had to store internally as « WHILE REPEAT *PASS* END ».
*PASS* is just a placeholder. Above thus similar to Python code, while 1: pass

To minimize program byte count, common keywords use less storage.
*PASS* probably is pretty rare for a (internal) keyword, which does nothing ...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (48G) GCD: Greatest Common Divisor - Albert Chan - 09-01-2018 05:57 PM



User(s) browsing this thread: 1 Guest(s)