Page 1 of 1

{/lib/....} how to arrange them in one file

Posted: Thu Jan 05, 2017 6:04 pm
by Joel
Hi y'all.
I work a lot with libs and would like to know if there is any mean to include visibly the libs to the programm, so that you have a complete functioning program in one file / editor?
(Of course you could add them manually to the program ... but ... hell...;-) )

Thanks in advance, Joel

Re: {/lib/....} how to arrange them in one file

Posted: Thu Jan 05, 2017 10:27 pm
by sarossell
As far as I know, you have two option:

1) Include the file with curly braces (e.g., {/libraries/mathlib}) There's also the double curly brace option to include the library only once if it was not yet inserted:{{/libraries/matlib}}.

2) include the library functions code directly at the end of the program.