Hi
 I have a tiddler tagged with $:/tags/Macro in that I have three macros, 
tow of them work as sub-macro (like sub-function or private methods in 
other programming language) for the main macro.


   - Example

\define smac1(a)  This is $a$
\define smac2(b)  and I it is really $b$.

\define myMac(x,y)
<<smac1 $x$>> <<smac2 $y$>>
\end



I use it like 

<<myMac "TW" "lovely">>



The question is I want to have only myMac available globally and not smac1, 
and smac2. Is it possible with TW?

/Mohammad

-- 
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/2382cedf-690f-451f-be15-87f9d36b7952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to