One thing to remember is that what the list does isn't a loop in the normal 
programming sense. I think it is more accurately described as list 
comprehension like in python, something like

output = [<template> for item in list]

rather than

forEach item in list do
  <template>

for the most part it wikitext sequential operations on data are done using 
recursion.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/50ac9fac-2539-470d-9d3a-8a2d7a20369c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to