On Feb 25, 9:41 pm, Sudhir Kumar <[email protected]> wrote:
> I am working with something like the following:
>
> + common_code
> + @thin file1
>       |
>       --- fn1
>       |
>       --- fn2
> + @thin file2
>       |
>       --- fn3
>       |
>       --- fn4  etc.
>
> Is there a way to include the contents of common_code in fn1, fn2
> etc.wherever needed?
>
> Thanks,
> -- sudhir

If fn1-fn4 and common_code contain code in a certain programming
language, I would encourage you to make common_code a function and
just call it in fnx. Clones are cool and very appealing, but I'd say
their usage makes more sense in templates/markup languages.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to