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 \widget $let() \whitespace trim <$parameters $params="@params"> <$setmultiplevariables $names="[<@params>jsonindexes[]]" $values="[<@params>jsonindexes[]] :map[<@params>jsongetaddprefix[--]addsuffix[--]]"> <$slot $name="ts-raw"/> \end <$let one="Elephant" $two="Kangaroo" $$three="Giraffe" > (<$text text=<>/>) (<$text text=<<$two>>/>) (<$text text=<<$$three>>/>) + title: ExpectedResult

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