-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
I'm not sure where else to post this, but in this, you have a typo:
Another cool feature of O is that the stack contents will pe outputted when the code finishes execution. Meaning
1234will output1234, while1234oooowill output4321. This feature does not work in the REPL.
Should be
Another cool feature of O is that the stack contents will be outputted when the code finishes execution. Meaning
1234will output1234, while1234oooowill output4321. This feature does not work in the REPL.
Also, your double accent marks break the ReadTheDocs site (i.e. they don't work)