retroforth/interface/deprecated.retro
crc 09d8f0dbab deprecated words now in interface/ instead of package/extensions/
FossilOrigin-Name: 44e0ddb391351bd04f6a5c267edda093e35c6974cd56ec1487b165bd4e16fab9
2021-09-29 10:08:17 +00:00

16 lines
422 B
Forth

These are planned to be removed in 2021.10. Please update
your sources to use the newer names.
~~~
:s:split (sc-ss) s:split/char ;
:s:split-on-string (ss-ss) s:split/string ;
:s:contains-char? s:contains/char? ;
:s:contains-string? s:contains/string? ;
:a:contains-string? a:contains/string? ;
:a:index-of a:index ;
:a:index-of-string a:index/string ;
:s:index-of s:index/char ;
:s:index-of-string s:index/string ;
~~~