fix missing type in s:index/ in example/retro-stats.retro
FossilOrigin-Name: fb6ce2ced2018bf5ce6c8b40db5b735ad66eb1bf4ece75c64375f4b62b363f81
This commit is contained in:
parent
ee9ff1d852
commit
8410c5ef02
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Determine the average length of a word name.
|
|||
And without the sigils...
|
||||
|
||||
~~~
|
||||
#0 #0 [ d:name dup $: s:index/ n:inc + s:length + [ n:inc ] dip ] d:for-each swap /
|
||||
#0 #0 [ d:name dup $: s:index/char n:inc + s:length + [ n:inc ] dip ] d:for-each swap /
|
||||
'__Average_name_without_namespace:_%n\n s:format s:put
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue