title: Genesis/RedefineLet description: Using the genesis widget to override the let widget type: text/vnd.tiddlywiki-multiple tags: [[$:/tags/wiki-test-spec]] title: Output \whitespace trim \function <$let> \whitespace trim <$setmultiplevariables $names="[enlist]" $values="[enlistaddprefix[--]addsuffix[--]]"> <$slot $name="ts-body"/> \end <$let one="Elephant" $two="Kangaroo" $$three="Giraffe" > (<$text text=<>/>) (<$text text=<<$two>>/>) (<$text text=<<$$three>>/>) + title: Definition \whitespace trim + title: ExpectedResult

(--Elephant--) (--Kangaroo--) (--Giraffe--)