Hello,
I'm absolutely new to programming and I started learnig c-lite a few days ago.
Now I have a question and I didn't find anything about it on the web and among the tutorials - maybe it is a stupid question

...
I want to keep my script small and not too complicated. For that purpose I want to split it in several parts, and include those parts to my main script. I tried to load those parts with #include "blabla.wdl" , but I don't know how to make my main script use those included parts, it doesn't recognize the variables and is not able to use their functions.
Does anybody know a tutorial about this? Or can anybody help me?
Thank you for your help!