mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
update references to old s:split in retro-describe
FossilOrigin-Name: 4af1739b425e214d430e426f4450833efe9698ef81211a317105f2853e601f31
This commit is contained in:
parent
4a1f84f3cb
commit
5d9c9f1ad3
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ simple code.
|
|||
|
||||
~~~
|
||||
{{
|
||||
:skip (n-) [ ASCII:HT s:split drop n:inc ] times ;
|
||||
:skip (n-) [ ASCII:HT s:split/char drop n:inc ] times ;
|
||||
:select (n-s)
|
||||
@SourceLine swap skip ASCII:HT s:split nip ;
|
||||
@SourceLine swap skip ASCII:HT s:split/char nip ;
|
||||
|
||||
---reveal---
|
||||
|
||||
|
|
Loading…
Reference in a new issue