The key is that you cannot access the value of a variable, within the same 
vars widget that sets it.

So this:
 <$vars a=2 b=3 c=a+b>

Should be:

<$vars a=2 b=3>
<$vars c=a+b>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bbf8e218-f009-487a-b330-13cc678ed9a1n%40googlegroups.com.

Reply via email to