This snippet is supposed to show a list of all tiddlers in the wiki whose names start with C. Why do you think it doesn't show all the tiddlers? Fix it so it does.
\function tiddlers-starting-with-C() [all[shadows+tiddlers]prefix[C]]
<$list filter=<<tiddlers-starting-with-C>>>
<$link /><br>
</$list>
Go to answer: Ex:CStartTiddlers/answer