retro/ilo editor now supports "needs"
FossilOrigin-Name: 0cb059d1bae2fefb79402489fe67b767d72a260f284bfaf560418098d76d4e0d
This commit is contained in:
parent
5c104a8f15
commit
953c3d51ab
1 changed files with 3 additions and 1 deletions
|
@ -164,10 +164,11 @@ space.
|
|||
}}
|
||||
~~~
|
||||
|
||||
~~~
|
||||
{{
|
||||
'Hash var
|
||||
:reset #64 block:buffer n:dec store ;
|
||||
:actual block:buffer n:dec dup #32 s:index/c s:left ;
|
||||
:actual block:buffer n:dec dup #32 a:index a:left a:to-string ;
|
||||
:code? block:buffer fetch $( eq? ;
|
||||
---reveal---
|
||||
:needs (s-)
|
||||
|
@ -178,3 +179,4 @@ space.
|
|||
&run if ] if ] indexed-times
|
||||
!Block load ] dip !Hash ;
|
||||
}}
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue