,---------------. | Contributions | `---------------ยด ,------------------------------------------ | 2020-02-25 23:15:38 ruv wrote: | comment - "(" typo in a testcase | see: https://forth-standard.org/standard/core/p#contribution-132 `------------------------------------------ The following line: `T{ ( A comment)1234 -> }T` has a typo, the missed stack effect `1234`. It should be: `T{ ( A comment)1234 -> 1234 }T`