WLJS LogoWLJS Notebook

TemplateSequence

TemplateSequence[body, list] represents an element of a template object that yields a sequence consisting of body applied to each element in list.

Examples

TemplateApply[TemplateSequence[TemplateSlot[1], {a, b, c}]]

Please visit the official Wolfram Language Reference for more details.

On this page