The basic structure of TiddlyWiki is XML, and it also feels because 
everything is embedded in one another.

```
In the list of tiddlers
   If tiddler meets a condition
     List its tags
   end
end
```

There are program flows that cannot be implemented in it, such as defining 
a variable in one block, which is evaluated in another block.

```
In the list of tiddlers
   If tiddler meets a condition
     Add its tags to a list of tags
   end
end

Filter out duplications from the list of tags
Show the list of tags
```

In principle, we could use fields of tiddlers to store variables, but we 
can only modify them by direct user intervention (eg. `<$action-listops` by 
pressing a button).

How do I implement the second example without user intervention?

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/a004c8b5-7462-4647-a6b6-7abd7c12a52a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to