Page 1 of 1

Posted: 30 Jan 2015, 10:59
by drakh
Is there some posibility in scripting to use something like "include" to reuse some code snippets (like functions, procedures) in different scripts ?

Posted: 31 Jan 2015, 19:45
by shawnb
Great question!

I think the pascal standard {$include george} works where george = filename.
Haven't used it yet, but it passes compiler syntax.