webForth
webForth copied to clipboard
Extend: String handling
Support string extension as in https://forth-standard.org/standard/string
- [ ] Then test in Hayes test #83
tring words
- [ ] BLANK
- [x] CMOVE
- [x] CMOVE>
- [ ] COMPARE
- [x] /STRING
- [x] -TRAILING
- [ ] REPLACES
- [ ] SEARCH
- [ ] SLITERAL
- [ ] SUBSTITUTE
- [ ] UNESCAPE