,---------------. | Contributions | `---------------´ ,------------------------------------------ | 2024-03-04 14:46:42 ruv wrote: | requestClarification - Behavior of `0 SPACES` | see: https://forth-standard.org/standard/core/SPACES#contribution-337 `------------------------------------------ The specification for [6.1.2230 `SPACES`](https://forth-standard.org/standard/core/SPACES) does not describe explicitly what to do if _n_ is `0`. Can we assume `SPACES` does nothing in this case? Probably, this case should be specified explicitly. ,---------. | Replies | `---------´ ,------------------------------------------ | 2024-02-19 08:57:12 GeraldWodni replies: | requestClarification - The Standard page does not show Chapters 1-5 | see: https://forth-standard.org/meta-discussion#reply-1208 `------------------------------------------ Hi Josef, when you are in the Standard section of the website, you can see the chapters to the top left. If your browser-window is too slim, there is a hamburger-menu displayed which you can click to expand the chapter list. When you see neither the list nor the hamburger, maybe your add-block is overzealous? Regards, Gerald ,------------------------------------------ | 2024-02-19 14:13:09 ruv replies: | requestClarification - The Standard page does not show Chapters 1-5 | see: https://forth-standard.org/meta-discussion#reply-1209 `------------------------------------------ As I can see, the mentioned problem is about content/text. When you click on the menu item "Standard" at the top left, you open the web-page https://forth-standard.org/standard/words And this web-page says: > ## Forth Standard > > List of chapter 1-5 > > All Words: to Annex H It looks like some relevant content should follow the header "List of chapter 1-5", but it's absent. ,------------------------------------------ | 2024-03-04 15:22:29 ruv replies: | requestClarification - Behavior of `0 SPACES` | see: https://forth-standard.org/standard/core/SPACES#reply-1210 `------------------------------------------ Also, it does not describe explicitly what to do if _n_ is less than `0`. Should it does nothing, or is it an ambiguous condition. Can we use _u_ instead of _n_ in the specification?